Suggested API's for "Abp.Runtime.Caching.ICache"


Abp.Runtime.Caching.ICache.AsTyped()
Abp.Runtime.Caching.ICache.Clear()
Abp.Runtime.Caching.ICache.ClearAsync()
Abp.Runtime.Caching.ICache.Get(string, System.Func)
Abp.Runtime.Caching.ICache.Get(TKey, System.Func)
Abp.Runtime.Caching.ICache.GetAsync(string, System.Func)
Abp.Runtime.Caching.ICache.GetAsync(TKey, System.Func)
Abp.Runtime.Caching.ICache.GetOrDefault(string)
Abp.Runtime.Caching.ICache.GetOrDefault(TKey)
Abp.Runtime.Caching.ICache.GetOrDefaultAsync(string)
Abp.Runtime.Caching.ICache.GetOrDefaultAsync(TKey)
Abp.Runtime.Caching.ICache.Remove(string)
Abp.Runtime.Caching.ICache.RemoveAsync(string)
Abp.Runtime.Caching.ICache.Set(string, object, System.Nullable, System.Nullable)
Abp.Runtime.Caching.ICache.SetAsync(string, object, System.Nullable, System.Nullable)
Abp.Runtime.Caching.ICacheManager.GetAllCaches()
Abp.Runtime.Caching.ICacheManager.GetCache(string)