Méthode | Description | |
---|---|---|
CreateRequestHandler ( |
Factory method for creating a cache handler. For labs only Http based implementation is provided.
|
|
ProcessCacheRequest ( |
Method that will contain the actual implementation of the cache request processing.
|
Méthode | Description | |
---|---|---|
CacheRequestHandler ( |
protected CacheRequestHandler ( |
||
baseUri | ||
scopeName | string | |
Résultat | System |
public static CreateRequestHandler ( |
||
serviceUri | Base Uri to connect to | |
behaviors | CacheControllerBehavior | The CacheControllerBehavior object |
Résultat |
public abstract ProcessCacheRequest ( |
||
request | CacheRequest object | |
Résultat | object |