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.33k stars 458 forks source link

How to get all Items? #286

Closed t3ttt closed 4 years ago

t3ttt commented 4 years ago

hello, How to get all Items? I want get all Items, how to do it ? tks!

code: var _CacheInfoAdIDLists = CacheFactory.Build<List>("InfoAdIDListCache", settings => { settings.WithSystemRuntimeCacheHandle("InfoAdIDListCache"); }); _CacheInfoAdIDLists.GetAll()??

MichaCo commented 4 years ago

/closed, answered already several times