Метод | Описание | |
---|---|---|
Caches ( ) : System.Collections.Generic | ||
Get ( |
Retrieves a cached object given its fully qualified cache key of the form [cache name]:[cache key]
|
|
Interrogate ( string>.Dictionary |
Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.
|
|
Put ( |
Caches an object under a key in a given cache, specified as part of the cache key. GetCacheItem
|
|
Register ( string name, ISwiffotronCache cache ) : void |
public Caches ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public Get ( |
||
ctx | ||
key | string | Full cache path |
Результат | object |
public Interrogate ( string>.Dictionary |
||
info | string>.Dictionary | An accumulating big map of arbitrary string->string data /// that you can pick apart and use as you so desire. |
Результат | void |
public Put ( |
||
ctx | ||
key | string | Full cache path |
v | object | The object to cache |
Результат | void |
public Register ( string name, ISwiffotronCache cache ) : void | ||
name | string | |
cache | ISwiffotronCache | |
Результат | void |