←Select platform

UpdateCacheItem<T> Method (FileCache)

Summary

Update an existing item in the cache.

Syntax

C#
VB
Java
C++
public override bool UpdateCacheItem<T>( 
   CacheItem<T> item 
) 
Public Overrides Function UpdateCacheItem(Of T)( 
   ByVal item As CacheItem(Of T) 
) As Boolean 
public:  
   generic<typename T> 
   virtual bool UpdateCacheItem( 
      CacheItem<T>^ item 
   ) override 
public<T> void updatePolicy(String key, CacheItemPolicy policy, String regionName)

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

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