The Gallio.Common.Caching namespace contains types related to caching.

Classes

  ClassDescription
DiskCacheException
The type of exception thrown when an error occurs while manipulating the disk cache.
SimpleDiskCache
A simple disk cache that stores its contents in a particular directory using hashes of the key values to ensure uniqueness.
SimpleDiskCache..::.Group
Represents a disk cache group.
TemporaryDiskCache
A disk cache that stores its contents in the user's temporary directory.

Interfaces

  InterfaceDescription
IDiskCache
A disk cache manages temporary files and directories stored on disk and arranged into groups associated with arbitrary string keys.
IDiskCacheGroup
A disk cache group represents an indexed partition of the disk cache.
IDiskCacheGroupCollection
Represents a collection of groups in a disk cache indexed by an aritrary key string.