Method | Description | |
---|---|---|
Delete ( string key ) : void | ||
Exists ( string key, string value ) : bool | ||
Read ( string key ) : string | ||
Write ( string key, string value, int expireDays ) : void |
public static Exists ( string key, string value ) : bool | ||
key | string | |
value | string | |
return | bool |
public static Write ( string key, string value, int expireDays ) : void | ||
key | string | |
value | string | |
expireDays | int | |
return | void |