FileDocCategorySizeDatePackage
QueryCache.javaAPI DocHibernate 3.2.51012Wed Aug 03 17:50:20 BST 2005org.hibernate.cache

QueryCache

public interface QueryCache
Defines the contract for caches capable of storing query results. These caches should only concern themselves with storing the matching result ids. The transactional semantics are necessarily less strict than the semantics of an item cache.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public voidclear()

public voiddestroy()

public java.util.Listget(QueryKey key, org.hibernate.type.Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set spaces, org.hibernate.engine.SessionImplementor session)

public CachegetCache()

public java.lang.StringgetRegionName()

public booleanput(QueryKey key, org.hibernate.type.Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, org.hibernate.engine.SessionImplementor session)