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
Methods
View Source
Remove(string)
Declaration
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
View Source
Set(string, object?)
Declaration
bool Set(string key, object? value)
Parameters
| Type |
Name |
Description |
| string |
key |
|
| object |
value |
|
Returns