C# Class Apache.Shiro.Cache.ImmutableProxiedCache

Inheritance: ICache
Afficher le fichier Open project: katasource/shironet

Méthodes publiques

Méthode 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

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( object key, object value ) : void
key object
value object
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( object key ) : bool
key object
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : object>>.IEnumerator
Résultat object>>.IEnumerator

ImmutableProxiedCache() public méthode

public ImmutableProxiedCache ( ICache target ) : System
target ICache
Résultat System

Remove() public méthode

public Remove ( object key ) : bool
key object
Résultat bool

TryGetValue() public méthode

public TryGetValue ( object key, object &value ) : bool
key object
value object
Résultat bool

this() public méthode

public this ( object key ) : object
key object
Résultat object