MemoryCacheT Class
Represents a generic sliding memory cache for a specific type T.
Namespace: Gemstone.CachingAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
public static class MemoryCache<T>
Public NotInheritable Class MemoryCache(Of T)
generic<typename T>
public ref class MemoryCache abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object MemoryCacheT
Type Parameters
- T
- Type of value to cache.
Each type T should be unique unless cache can be safely shared.