C#
VB
C++
Update an existing item in the cache.
public virtual bool Update<T>(string key,T value,string regionName)
Public Overridable Function Update(Of T)(ByVal key As String,ByVal value As T,ByVal regionName As String) As Boolean
public:generic<typename T>virtual bool Update(String^ key,T value,String^ regionName)
key
Cache item key to delete.
value
Data for the cache item.
regionName
Optional region name.
true if the item was updated; otherwise, false (if the item does not exist in the cache).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
