C# Class Deveel.Data.Caching.SizeLimitedCache

Inheritance: MemoryCache
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
SizeLimitedCache ( int maxSize ) : System

Protected Methods

Method Description
CheckClean ( ) : void
UpdateElementAccess ( object key, CacheValue cacheValue ) : void

Method Details

CheckClean() protected method

protected CheckClean ( ) : void
return void

SizeLimitedCache() public method

public SizeLimitedCache ( int maxSize ) : System
maxSize int
return System

UpdateElementAccess() protected method

protected UpdateElementAccess ( object key, CacheValue cacheValue ) : void
key object
cacheValue CacheValue
return void