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.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
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.