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.178 -- Release Build+f8a23028fef00502c7e35bcc3934c260e8a0eb56
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.