LEADTOOLS Medical (Leadtools.Medical.Caching assembly)
LEAD Technologies, Inc

Contains Method (Cache)






A System.String that identifies the cache item.
Determines whether the cache store contains an item with the specified Id.
Syntax
public bool Contains( 
   string id
)
'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
)
 function Leadtools.Medical.Caching.Cache.Contains( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cache Class
Cache Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.