View Source
Interface IRequestCache
Assembly: Umbraco.Core.dll
Syntax
public interface IRequestCache : IAppCache
Properties
View Source
IsAvailable
Returns true if the request cache is available otherwise false
Declaration
bool IsAvailable { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
View Source
Remove(String)
Declaration
Parameters
| Type |
Name |
Description |
| System.String |
key |
|
Returns
| Type |
Description |
| System.Boolean |
|
View Source
Set(String, Object)
Declaration
bool Set(string key, object value)
Parameters
| Type |
Name |
Description |
| System.String |
key |
|
| System.Object |
value |
|
Returns
| Type |
Description |
| System.Boolean |
|