Enable caching of this query result set

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IQueryOver<TRoot> Cacheable()
Visual Basic
Function Cacheable As IQueryOver(Of TRoot)
Visual C++
IQueryOver<TRoot>^ Cacheable()

Return Value

[Missing <returns> documentation for "M:NHibernate.IQueryOver`1.Cacheable"]

See Also