The SimpleCache type exposes the following members.

Properties

  Name Description
Public property ExpirationInterval
Gets or sets the absolute interval after which unused cache entries will expire.
Public property Item
Gets or sets the Object at the specified key.
Public property MaxSize
Gets or sets the max number of entries allowed in the cache.
Public property PruneInterval
Gets or sets the interval at which to prune the cache.

See Also