VirtualPathProvider.GetCacheKey Method (String)
.NET Framework (current version)
Returns a cache key to use for the specified virtual path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System.String
The path to the virtual resource.
Use the GetCacheKey method to provide a custom cache key for virtual resources. If you do not override the GetCacheKey method, the virtual path is used for the cache key.
Notes to Inheritors:
Only override the default GetCacheKey method if creating a cache key based on the virtual path will not work for your application.
.NET Framework
Available since 2.0
Available since 2.0
Show: