AspNetWebSocketContext.Cache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Cache object for the current application domain.
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
Property Value
The cache object.
Exceptions
The property is not implemented.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.