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)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Class StandardQueryCache _ Implements IQueryCache |
| C# |
|---|
public class StandardQueryCache : IQueryCache |
| Visual C++ |
|---|
public ref class StandardQueryCache : IQueryCache |