ObjectCacheAdapter Constructor
Initializes a new instance of the ObjectCacheAdapter class.
Namespace:
Tortuga.Chain.CoreAssembly: 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.