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.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
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.