Search code examples
c#cachingmembase

Membase logical cache sections


Does membase has a notion of cache sections?

such as: Users cache, News cahce, Item cache etc.

When I am storing users, I want to be able to store and read from the cache section. Likewise for Items store and read from Item cache.

Is this supported?

does .net client supports this?


Solution

  • Membase supports the idea of a bucket and you can create a user bucket, a news bucket, and an item bucket. From you client you would then have to connect to each bucket with a separate connection.