Pavalisoft.Caching  1.2.1
A single unified Caching Api for both MemoryCache and DistributedCache implementations including CacheManager
Pavalisoft.Caching.Cache.DistributedCache Member List

This is the complete list of members for Pavalisoft.Caching.Cache.DistributedCache, including all inherited members.

DistributedCache(IExtendedDistributedCache distributedCache, ICacheStore cacheStore)Pavalisoft.Caching.Cache.DistributedCache
Get< TItem >(string key)Pavalisoft.Caching.Cache.DistributedCache
GetAsync< TItem >(string key, CancellationToken token=default)Pavalisoft.Caching.Cache.DistributedCache
GetCacheStore< T >()Pavalisoft.Caching.Cache.DistributedCache
Refresh(string key)Pavalisoft.Caching.Cache.DistributedCache
RefreshAsync(string key, CancellationToken token=default)Pavalisoft.Caching.Cache.DistributedCache
Remove(string key)Pavalisoft.Caching.Cache.DistributedCache
RemoveAsync(string key, CancellationToken token=default)Pavalisoft.Caching.Cache.DistributedCache
Set< TItem >(string key, TItem value, ExtendedDistributedCacheEntryOptions options)Pavalisoft.Caching.Cache.DistributedCache
SetAsync< TItem >(string key, TItem value, ExtendedDistributedCacheEntryOptions options, CancellationToken token=default)Pavalisoft.Caching.Cache.DistributedCache
SetCacheStore< T >(ICacheStore< T > cacheStore)Pavalisoft.Caching.Cache.DistributedCache