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.CacheAssembly: 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 |