Namespaces

Types

Type ICache

Namespace FluentNHibernate.Mapping

Interfaces IMappingPart

Methods

Properties

Public instance methods

ICache AsCustom(string custom)

Parameters
return ICache
string custom

ICache AsNonStrictReadWrite()

Parameters
return ICache

ICache AsReadOnly()

Parameters
return ICache

ICache AsReadWrite()

Parameters
return ICache

ICache Region(string name)

Parameters
return ICache
string name

ICache SetAttribute(string name, string value)

Parameters
return ICache
string name
string value

ICache SetAttributes(Attributes attrs)

Parameters
return ICache
Attributes attrs

Public properties

bool IsDirty get;

return bool