←Select platform

Add(CacheItem,CacheItemPolicy) Method

Summary

Adds a new item into the cache using the default region

Syntax
C#
VB
C++
public virtual bool Add( 
   CacheItem item, 
   CacheItemPolicy policy 
) 
Public Overridable Function Add( 
   ByVal item As CacheItem, 
   ByVal policy As CacheItemPolicy 
) As Boolean 
public:  
   virtual bool Add( 
      CacheItem^ item, 
      CacheItemPolicy^ policy 
   ) 

Parameters

item

Item to add.

policy

Expiration policy to use

Return Value

true if the item was added successfully, false if there is an item in the cache that has the same key.

Requirements

Target Platforms

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

Leadtools.Caching Assembly