AspNetWebSocketContext.Cache Propiedad

Definición

Obtiene el objeto Cache del dominio de aplicación actual.

public:
 virtual property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public virtual System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public Overridable ReadOnly Property Cache As Cache

Valor de propiedad

El objeto de caché.

Excepciones

La propiedad no está implementada.

Se aplica a