StoragePolicy

Undocumented in source.

Members

Functions

identity
typeof(this) identity(string identity)

Set identity

identity
inout(string) identity()

Get identity

storage
typeof(this) storage(Storage!(ObjectFactory, string) storage)

Set storage

storage
inout(Storage!(ObjectFactory, string)) storage()

Get storage

Variables

identity_
string identity_;
Undocumented in source.
storage_
Storage!(ObjectFactory, string) storage_;
Undocumented in source.

Meta