The standard implementation of the Hibernate IQueryCache interface. This implementation is very good at recognizing stale query results and re-running queries when it detects this condition, recaching the new results.

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

Syntax

C#
public class StandardQueryCache : IQueryCache
Visual Basic
Public Class StandardQueryCache _
	Implements IQueryCache
Visual C++
public ref class StandardQueryCache : IQueryCache

Inheritance Hierarchy

System..::..Object
  NHibernate.Cache..::..StandardQueryCache

See Also