Update the policy of an existing cache item.
public abstract void UpdatePolicy(
string key,
CacheItemPolicy policy,
string regionName
)
public:
virtual void UpdatePolicy(
String^ key,
CacheItemPolicy^ policy,
String^ regionName
) abstract
public void updatePolicy(String key, CacheItemPolicy policy, String regionName)
def UpdatePolicy(self,key,policy,regionName):
key
Unique item identifier.
policy
New expiration policy to use with this item.
regionName
Optional region (sub-directory) name.
This method is useful for cache implementation supporting individual item policies. The consumer call this method to update just the policy of an existing item. If the cache implementation uses global policies then it can safely implement an empty version of this method.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document