←Select platform

Update(String,Object,String) Method

Summary

Update an existing item in the cache.

Syntax

C#
VB
C++
public virtual System.Boolean Update(System.String key, System.Object value, System.String regionName)
Public Overridable Function Update(ByVal key As System.String, ByVal value As System.Object, ByVal regionName As System.String) As System.Boolean
public: virtual System.Boolean^  Update(System.String^  key, System.Object^  identifier(value),  
   System.String^  regionName) 

Parameters

key

Cache item key to delete.

value

Data for the cache item.

regionName

Optional region name.

Return Value

true if the item was updated; otherwise, false (if the item does not exist in the cache).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize