Default item cache implementation.

Namespace: Simol.Cache
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public class SimpleCache : IItemCache
Visual Basic
Public Class SimpleCache _
	Implements IItemCache
Visual C++
public ref class SimpleCache : IItemCache

Remarks

All public members of this class are thread-safe.

Inheritance Hierarchy

System..::..Object
  Simol.Cache..::..SimpleCache

See Also