[Missing <summary> documentation for "T:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessCacheable"]

Namespace: NHibernate.Linq.Visitors.ResultOperatorProcessors
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ProcessCacheable : IResultOperatorProcessor<CacheableResultOperator>
Visual Basic
Public Class ProcessCacheable _
	Implements IResultOperatorProcessor(Of CacheableResultOperator)
Visual C++
public ref class ProcessCacheable : IResultOperatorProcessor<CacheableResultOperator^>

Inheritance Hierarchy

System..::..Object
  NHibernate.Linq.Visitors.ResultOperatorProcessors..::..ProcessCacheable

See Also