| SimpleFileCacheJsonPutT Method |
Puts an object into the cache.
Namespace: Orthogonal.Common.BasicAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public static void Put<T>(
string key,
T value
)
where T : class
Parameters
- key String
- The unique key that identifies an object in the cache.
- value T
- The object of type T to be stored in the cache.
Type Parameters
- T
- The type of object being stored.
See Also