This documentation is archived and is not being maintained.
HttpRuntime.Cache Property
.NET Framework 1.1
Gets the Cache for the current application.
[Visual Basic] Public Shared ReadOnly Property Cache As Cache [C#] public static Cache Cache {get;} [C++] public: __property static Cache* get_Cache(); [JScript] public static function get Cache() : Cache;
Property Value
The current Cache .
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRuntime Class | HttpRuntime Members | System.Web Namespace
Show: