• ASP.NET Core API
  • Core API
  • Mail API
  • Json API
  • ASP.NET Core API

    Show / Hide Table of Contents

    Interface ICacheableObjectResult

    An interface for providing hints to an implementor that an object is cacheable.

    Namespace: Cuemon.AspNetCore.Mvc.Filters.Cacheable
    Assembly: Cuemon.AspNetCore.Mvc.dll
    Syntax
    public interface ICacheableObjectResult

    Properties

    | Improve this Doc

    Value

    Gets or sets the value of the cacheable object.

    Declaration
    object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The value of the cacheable object.

    Extension Methods

    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Byte[], Action<ContentTimeBasedOptions>)

    See Also

    ICacheableTimestamp
    ICacheableIntegrity
    ICacheableEntity
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Value
    • Extension Methods
    • See Also
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX