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)
Syntax
Visual Basic (Declaration) |
---|
Public Class StandardQueryCache _
Implements IQueryCache |
Visual C++ |
---|
public ref class StandardQueryCache : IQueryCache |
JavaScript |
---|
NHibernate.Cache.StandardQueryCache = function();
Type.createClass(
'NHibernate.Cache.StandardQueryCache',
null,
NHibernate.Cache.IQueryCache); |
Inheritance Hierarchy
See Also