Méthode | Description | |
---|---|---|
Delete ( String key ) : void |
Deletes the cache item by the specified key.
|
|
Get ( String key ) : object |
Gets the cache item by the specified key.
|
|
HasKey ( String key ) : bool |
Determines whether the specified key is on the cache.
|
|
Service ( IServiceProvider provider ) : void |
Invoked by the framework in order to give a chance to obtain other services
|
|
Store ( String key, object data ) : void |
Stores the cache item by the specified key.
|
Méthode | Description | |
---|---|---|
GetCurrentContext ( ) : HttpContext |
Gets the current context.
|
public Service ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | The service proviver |
Résultat | void |
public Store ( String key, object data ) : void | ||
key | String | The key. |
data | object | The data. |
Résultat | void |