| 
    Pavalisoft.Caching
    1.2.1
    
   A single unified Caching Api for both MemoryCache and DistributedCache implementations including CacheManager 
   | 
 
This is the complete list of members for Pavalisoft.Caching.CacheManager, including all inherited members.
| CacheManager(ICacheSettingsProvider cacheSettingsProvider) | Pavalisoft.Caching.CacheManager | |
| Get< TItem >(string partitionName, string key) | Pavalisoft.Caching.CacheManager | |
| GetAsync< TItem >(string partitionName, string key, CancellationToken token=default) | Pavalisoft.Caching.CacheManager | |
| Refresh(string partitionName, string key) | Pavalisoft.Caching.CacheManager | |
| RefreshAsync(string partitionName, string key, CancellationToken token=default) | Pavalisoft.Caching.CacheManager | |
| Remove(string partitionName, string key) | Pavalisoft.Caching.CacheManager | |
| RemoveAsync(string partitionName, string key, CancellationToken token=default) | Pavalisoft.Caching.CacheManager | |
| Set< TItem >(string partitionName, string key, TItem value, IChangeToken expirationToken=null, PostEvictionCallbackRegistration postEvictionCallback=null) | Pavalisoft.Caching.CacheManager | |
| SetAsync< TItem >(string partitionName, string key, TItem value, IChangeToken expirationToken=null, PostEvictionCallbackRegistration postEvictionCallback=null, CancellationToken token=default) | Pavalisoft.Caching.CacheManager | |
| SetAsync< TItem >(string partitionName, string key, TItem value, IChangeToken expirationToken, CancellationToken token=default) | Pavalisoft.Caching.CacheManager | |
| SetAsync< TItem >(string partitionName, string key, TItem value, PostEvictionCallbackRegistration postEvictionCallback, CancellationToken token=default) | Pavalisoft.Caching.CacheManager |