←Select platform

Set(string,object,DateTime,string) Method

Summary

Adds a key/value pair item into the cache with the specified absolute expiration date.

Syntax
C#
VB
C++
public virtual void Set( 
   string key, 
   object value, 
   DateTime absoluteExpiration, 
   string regionName 
) 
Public Overridable Sub [Set]( 
   ByVal key As String, 
   ByVal value As Object, 
   ByVal absoluteExpiration As Date, 
   ByVal regionName As String 
) 
public:  
   virtual void Set( 
      String^ key, 
      Object^ value, 
      System::DateTime absoluteExpiration, 
      String^ regionName 
   ) 

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

absoluteExpiration

Absolute expiration date to use.

regionName

Optional name of a region in cache.

Remarks

If the item is already in the cache, then it will be replaced with the new item and its policy updated.

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.