Property Caches
Caches
Returns CacheCollection of the caches initialized within the same application domain.
Declaration
public static CacheCollection Caches { get; }
Property Value
Type | Description |
---|---|
CacheCollection | A collection of caches initialized within the same application domain. |