Namespaces

Types in FluentNHibernate.Conventions.Instances

Type ICacheInstance

Namespace FluentNHibernate.Conventions.Instances

Interfaces ICacheInspector

Methods

Public instance methods

void CustomInclude(string include)

Specify a custom property inclusion strategy

void CustomUsage(string custom)

Specifies a custom cache behaviour
Parameters
string custom

Custom behaviour

void IncludeAll()

Include all properties for caching

void IncludeNonLazy()

Include only non-lazy properties for caching

void NonStrictReadWrite()

Sets caching to non-strict read-write

void ReadWrite()

Sets caching to read-write

void Region(string name)

Specifies the cache region

void Transactional()

Sets caching to transactional