• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRequestCache

    Namespace: Umbraco.Cms.Core.Cache
    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
    bool Remove(string key)
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsAvailable
    • Methods
      • Remove(String)
      • Set(String, Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX