C# Class Apache.Shiro.Cache.ImmutableProxiedCache

Inheritance: ICache
Show file Open project: katasource/shironet

Public Methods

Method Description
Add ( object key, object value ) : void
Clear ( ) : void
ContainsKey ( object key ) : bool
GetEnumerator ( ) : object>>.IEnumerator
ImmutableProxiedCache ( ICache target ) : System
Remove ( object key ) : bool
TryGetValue ( object key, object &value ) : bool
this ( object key ) : object

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

Clear() public method

public Clear ( ) : void
return void

ContainsKey() public method

public ContainsKey ( object key ) : bool
key object
return bool

GetEnumerator() public method

public GetEnumerator ( ) : object>>.IEnumerator
return object>>.IEnumerator

ImmutableProxiedCache() public method

public ImmutableProxiedCache ( ICache target ) : System
target ICache
return System

Remove() public method

public Remove ( object key ) : bool
key object
return bool

TryGetValue() public method

public TryGetValue ( object key, object &value ) : bool
key object
value object
return bool

this() public method

public this ( object key ) : object
key object
return object