←Select platform

CopyCacheItemPolicy Method

Summary

Creates a copy of a cache policy.

Syntax
C#
C++/CLI
Java
Python
public static CacheItemPolicy CopyCacheItemPolicy( 
   CacheItemPolicy policy 
) 
public:  
   static CacheItemPolicy^ CopyCacheItemPolicy( 
      CacheItemPolicy^ policy 
   ) 
public static CacheItemPolicy copyCacheItemPolicy(CacheItemPolicy policy) 
def CopyCacheItemPolicy(self,policy): 

Parameters

policy

Source cache policy.

Return Value

Exact copy of policy, or null if policy is null.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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