UpdateCacheItem(CacheItem) Method

Summary

Update an existing item in the cache.

Syntax
C#
VB
C++
public virtual bool UpdateCacheItem( 
   CacheItem item 
) 
Public Overridable Function UpdateCacheItem(ByVal item As CacheItem) As System.Boolean 
public: virtual System.Boolean^  UpdateCacheItem(CacheItem^  item) 

Parameters

item

Item to update. Must not be null.

Return Value

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

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