|
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.Interfaces.ICache, including all inherited members.
| Get< TItem >(string key) | Pavalisoft.Caching.Interfaces.ICache | |
| GetAsync< TItem >(string key, CancellationToken token=default) | Pavalisoft.Caching.Interfaces.ICache | |
| GetCacheStore< T >() | Pavalisoft.Caching.Interfaces.ICache | |
| Refresh(string key) | Pavalisoft.Caching.Interfaces.ICache | |
| RefreshAsync(string key, CancellationToken token=default) | Pavalisoft.Caching.Interfaces.ICache | |
| Remove(string key) | Pavalisoft.Caching.Interfaces.ICache | |
| RemoveAsync(string key, CancellationToken token=default) | Pavalisoft.Caching.Interfaces.ICache | |
| Set< TItem >(string key, TItem value, ExtendedDistributedCacheEntryOptions options) | Pavalisoft.Caching.Interfaces.ICache | |
| SetAsync< TItem >(string key, TItem value, ExtendedDistributedCacheEntryOptions options, CancellationToken token=default) | Pavalisoft.Caching.Interfaces.ICache | |
| SetCacheStore< T >(ICacheStore< T > cacheStore) | Pavalisoft.Caching.Interfaces.ICache |