Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

MembaseOutputCacheProvider #3

Open
tlianza opened this issue Jun 10, 2011 · 1 comment
Open

MembaseOutputCacheProvider #3

tlianza opened this issue Jun 10, 2011 · 1 comment

Comments

@tlianza
Copy link

tlianza commented Jun 10, 2011

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

@tlianza
Copy link
Author

tlianza commented Jun 11, 2011

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>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant