C#
VB
Java
C++
Checks whether the specified cache entry exists in the cache.
public override bool Contains(
string key,
string regionName
)
Public Overrides Function Contains(
ByVal key As String,
ByVal regionName As String
) As Boolean
public:
virtual bool Contains(
String^ key,
String^ regionName
) override
@Override
public boolean contains(String key, String regionName)
key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.
true if the specified cache entry exists in the cache, otherwise; false.
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