←Select platform

UpdatePolicy Method

Summary

Update the policy of an existing cache item.

Syntax
C#
VB
C++
Java
public override void UpdatePolicy( 
   string key, 
   CacheItemPolicy policy, 
   string regionName 
) 
Public Overrides Sub UpdatePolicy( 
   ByVal key As String, 
   ByVal policy As CacheItemPolicy, 
   ByVal regionName As String 
) 
public:  
   virtual void UpdatePolicy( 
      String^ key, 
      CacheItemPolicy^ policy, 
      String^ regionName 
   ) override 
public updatePolicy(String key, CacheItemPolicy policy, String regionName) 

Parameters

key

Unique item identifier.

policy

New expiration policy to use with this item.

regionName

Optional region (sub-directory) name.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.