Class CachingManager
- Namespace
- Cuemon.Runtime.Caching
- Assembly
- Cuemon.Runtime.Caching.dll
Provides access to caching in an application.
public static class CachingManager
- Inheritance
-
CachingManager
Properties
Cache
Gets a singleton instance of SlimMemoryCache that is an in-memory cache for an application.
public static SlimMemoryCache Cache { get; }
Property Value
- SlimMemoryCache
A singleton instance of SlimMemoryCache that is an in-memory cache for an application.