Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Caching assembly)

Show in webframe

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
) 

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

Error processing SSI file