Runs this eviction policy against the specified cache

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
void Run(
	AbstractCache cache,
	long target
)
Visual Basic
Sub Run ( 
	cache As AbstractCache,
	target As Long
)
Visual C++
void Run(
	AbstractCache^ cache, 
	long long target
)
F#
abstract Run : 
        cache : AbstractCache * 
        target : int64 -> unit 

Parameters

cache
Type: BrightstarDB.Caching..::..AbstractCache
The cache to run against
target
Type: System..::..Int64
The target number of bytes to evict

See Also