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#
IQuery SetCacheable(
	bool cacheable
)
Visual Basic
Function SetCacheable ( _
	cacheable As Boolean _
) As IQuery
Visual C++
IQuery^ SetCacheable(
	bool cacheable
)

Parameters

cacheable
Type: System..::..Boolean
Should the query results be cacheable?

Return Value

[Missing <returns> documentation for "M:NHibernate.IQuery.SetCacheable(System.Boolean)"]

See Also