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: 8.2.1.0 (8.2.1)
Syntax
public override CacheEnum Cache { get; }

Property Value

Type: CacheEnum

Implements

IOptimizedPersistableCache
See Also