C# Class Oddr.Caches.Cache

Inheritance: ICache
Show file Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Methods

Method Description
Cache ( ) : System
Cache ( int cacheSize ) : System

Private Methods

Method Description
Clear ( ) : void
GetAll ( ) : object>>.List
GetCachedElement ( string id ) : object
Init ( int cacheSize ) : void
SetCachedElement ( string id, object value ) : void
UsedEntries ( ) : int

Method Details

Cache() public method

public Cache ( ) : System
return System

Cache() public method

public Cache ( int cacheSize ) : System
cacheSize int
return System