Click or drag to resize

SimpleFileCacheJson Class

A clone of the old and simple SimpleFileCache class that uses JSON serialization instead and has an option set to allow processing of an object graph that might contain circular references.
Inheritance Hierarchy
SystemObject
  Orthogonal.Common.BasicSimpleFileCacheJson

Namespace: Orthogonal.Common.Basic
Assembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax
C#
public static class SimpleFileCacheJson

The SimpleFileCacheJson type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetT Attempts to get an object from the cache if it is not older than a specified expiry time in minutes.
Public methodStatic memberPutT Puts an object into the cache.
Top
See Also