C# Class SenseNet.ContentRepository.Storage.NullL2Cache

Inheritance: IL2Cache
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
Clear ( ) : void
Get ( string key ) : object
Set ( string key, object value ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Get() public method

public Get ( string key ) : object
key string
return object

Set() public method

public Set ( string key, object value ) : void
key string
value object
return void