memcached-providers
memcached-providers copied to clipboard
MembaseOutputCacheProvider
I see MemcachedOutputCacheProvider, but how would we accomplish the same with membase? Is that supported?
Ah, I think I got it... might be a good example to add to the docs (the "factory" attribute):
<caching>
<outputCache defaultProvider="Memcached">
<providers>
<add name="Memcached" factory="Enyim.Caching.Web.MembaseClientFactory" type="Enyim.Caching.Web.MemcachedOutputCacheProvider, Enyim.Caching.Web" />
</providers>
</outputCache>
</caching>