MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.35k stars 456 forks source link

Getting multiple cache items in one call. #186

Closed Demivan closed 6 years ago

Demivan commented 7 years ago

It would be nice to be able to get multiple cache items in one call (by passing list of keys). Redis has MGET for this. CouchbaseNetClient has Get method that accepts list of keys too, but I think they just executing multiple Get operations in parallel.

MichaCo commented 6 years ago

See #163