Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectCacheAdapter Constructor

Initializes a new instance of the ObjectCacheAdapter class.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public ObjectCacheAdapter(
	ObjectCache objectCache
)
Public Sub New ( _
	objectCache As ObjectCache _
)
public:
ObjectCacheAdapter(
	ObjectCache^ objectCache
)

Parameters

objectCache
Type: ObjectCache
The object cache.