Class CachingManager
Provides access to caching in an application.
Inheritance
System.Object
CachingManager
Namespace: Cuemon.Runtime.Caching
Assembly: Cuemon.Runtime.Caching.dll
Syntax
public static class CachingManager
Properties
| Improve this DocCache
Gets a collection of cached objects for the current application domain.
Declaration
public static CacheCollection Cache { get; }
Property Value
Type | Description |
---|---|
CacheCollection | A collection of cached objects for the current application domain. |