Property | Type | Description | |
---|---|---|---|
GetKey | string |
Method | Description | |
---|---|---|
Add ( string key, object entry, System.DateTime utcExpiry ) : object | ||
FrapidOutputCacheProvider ( ) : System | ||
Get ( string key ) : object | ||
Remove ( string key ) : void | ||
Set ( string key, object entry, System.DateTime utcExpiry ) : void |
Method | Description | |
---|---|---|
GetKey ( string key ) : string |
public Add ( string key, object entry, System.DateTime utcExpiry ) : object | ||
key | string | |
entry | object | |
utcExpiry | System.DateTime | |
return | object |
public FrapidOutputCacheProvider ( ) : System | ||
return | System |
public Set ( string key, object entry, System.DateTime utcExpiry ) : void | ||
key | string | |
entry | object | |
utcExpiry | System.DateTime | |
return | void |