Implementors define a caching algorithm.

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface ICache
Visual Basic
Public Interface ICache
Visual C++
public interface class ICache

Remarks

Thread Safety

Instance members of this type are safe for multi-threaded operations.

All implementations must be threadsafe.

The key is the identifier of the object that is being cached and the value is a CachedItem.

See Also