Table of Contents

Interface ICacheableObjectResult

Namespace
Cuemon.AspNetCore.Mvc
Assembly
Cuemon.AspNetCore.Mvc.dll

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

public interface ICacheableObjectResult

Properties

Value

Gets or sets the value of the cacheable object.

object Value { get; set; }

Property Value

Object

The value of the cacheable object.

See Also