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.173 -- Release Build+298e1c238b074757f82f41812034645402a162ed
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.