memcached-providers icon indicating copy to clipboard operation
memcached-providers copied to clipboard

MembaseOutputCacheProvider

Open tlianza opened this issue 13 years ago • 1 comments

I see MemcachedOutputCacheProvider, but how would we accomplish the same with membase? Is that supported?

tlianza avatar Jun 10 '11 23:06 tlianza

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>

tlianza avatar Jun 11 '11 01:06 tlianza