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.

The following tables list the members exposed by the StandardQueryCache type.

Public Methods

  NameDescription
Clear
Destroy
Get
Put

Protected Methods

  NameDescription
IsUpToDate

Public Constructors

  NameDescription
StandardQueryCacheNew