←Select platform

Add(string,object,CacheItemPolicy,string) Method

Summary

Adds a new item into the cache using the specified region name

Syntax
C#
VB
C++
public virtual bool Add( 
   string key, 
   object value, 
   CacheItemPolicy policy, 
   string regionName 
) 
Public Overridable Function Add( 
   ByVal key As String, 
   ByVal value As Object, 
   ByVal policy As CacheItemPolicy, 
   ByVal regionName As String 
) As Boolean 
public:  
   virtual bool Add( 
      String^ key, 
      Object^ value, 
      CacheItemPolicy^ policy, 
      String^ regionName 
   ) 

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

policy

Expiration policy to use

regionName

Optional name of a region in cache.

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 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.