Method | Description | |
---|---|---|
Add ( object keyObj, object value ) : void | ||
Clear ( ) : void | ||
Contains ( object keyObj ) : bool | ||
CopyTo ( |
||
EhcacheServerDictionary ( |
||
GetEnumerator ( ) : IDictionaryEnumerator | ||
Remove ( object keyObj ) : void | ||
this ( object keyObj ) : object |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator | ||
RejectKeyIfNotString ( object keyObj ) : string |
public Add ( object keyObj, object value ) : void | ||
keyObj | object | |
value | object | |
return | void |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public EhcacheServerDictionary ( |
||
endpoint | ||
defaultCache | string | |
return | System |
public GetEnumerator ( ) : IDictionaryEnumerator | ||
return | IDictionaryEnumerator |