Property | Type | Description | |
---|---|---|---|
Default |
Method | Description | |
---|---|---|
Add ( string key, string value ) : void | ||
Dispose ( ) : void | ||
FileCacheLite ( IEqualityComparer |
||
Get ( string key ) : string | ||
Remove ( string key ) : bool | ||
TryGet ( string key, string &value ) : bool |
public Add ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public FileCacheLite ( IEqualityComparer |
||
keyComparer | IEqualityComparer |
|
return | System |
public TryGet ( string key, string &value ) : bool | ||
key | string | |
value | string | |
return | bool |