CacheStore Configure Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Configures store from node, if node==null then store will be configured by named node of 'app/cache/store[name=X]' path, if such path is not found the store tries to find 'app/cache/store[!name]' (node without name)

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Configure(
	IConfigSectionNode node
)

Implements

IConfigurable Configure(IConfigSectionNode)
See Also