LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Contains Method (Cache)

Show in webframe



A System.String that identifies the cache item.
Determines whether the cache store contains an item with the specified Id.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal id As String _
) As Boolean
'Usage
 
Dim instance As Cache
Dim id As String
Dim value As Boolean
 
value = instance.Contains(id)
public bool Contains( 
   string id
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.