C#
VB
C++
Specified cache entry from the cache.
public virtual CacheItem GetCacheItem(
string key,
string regionName
)
Public MustOverride Function GetCacheItem(ByVal key As System.String, ByVal regionName As System.String) As CacheItem(Of T)
public: virtual CacheItem<T^ >^ GetCacheItem(System.String^ key,
System.String^ regionName) abstract
key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.
The cache item if found, otherwise; null.
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