Interface for the policy class used to control cache evictions

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

Syntax

C#
public interface ICacheEvictionPolicy
Visual Basic
Public Interface ICacheEvictionPolicy
Visual C++
public interface class ICacheEvictionPolicy
F#
type ICacheEvictionPolicy =  interface end

See Also