Namespaces

Types

Type StandardQueryCache

Namespace NHibernate.Cache

Interfaces IQueryCache

Methods

Public instance methods

void Clear()

void Destroy()

bool Equals(object obj)

Parameters
return bool
object obj

IList Get(QueryKey key, ICacheAssembler[] returnTypes, ISet spaces, ISessionImplementor session)

Parameters
return IList
QueryKey key
ICacheAssembler[] returnTypes
ISet spaces
ISessionImplementor session

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

void Put(QueryKey key, ICacheAssembler[] returnTypes, IList result, ISessionImplementor session)

Parameters
QueryKey key
ICacheAssembler[] returnTypes
IList result
ISessionImplementor session

string ToString()

Parameters
return string