←Select platform

CopyCacheItemPolicy Method

Summary

Creates a copy of a cache policy.

Syntax
C#
VB
C++
Java
public static CacheItemPolicy CopyCacheItemPolicy( 
   CacheItemPolicy policy 
) 
Public Shared Function CopyCacheItemPolicy( 
   ByVal policy As CacheItemPolicy 
) As CacheItemPolicy 
public:  
   static CacheItemPolicy^ CopyCacheItemPolicy( 
      CacheItemPolicy^ policy 
   ) 
public static CacheItemPolicy copyCacheItemPolicy(CacheItemPolicy policy) 

Parameters

policy

Source cache policy.

Return Value

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

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.