←Select platform

Contains Method

Summary

Determines whether the cache store contains an item with the specified Id.

Syntax

C#
VB
C++
public bool Contains( 
   string id 
) 
  
Public Function Contains( _ 
   ByVal id As String _ 
) As Boolean 
public: 
bool Contains(  
   String^ id 
)  

Parameters

id
A System.String that identifies the cache item.

Return Value

true if the cache item is found in the cache store ; otherwise, false.

Requirements

Target Platforms

See Also

Reference

Cache Class

Cache Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly