Click or drag to resize

BTreeInternalBaseKey, ValueCache Property

We do want to cache this kind of object since they are likly to be frequently used.

Namespace:  VelocityDb.Collection.BTree
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public override CacheEnum Cache { get; }

Property Value

Type: CacheEnum

Implements

IOptimizedPersistableCache
See Also