LEADTOOLS Medical (Leadtools.Medical.Caching assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Cache Class Members
See Also  Properties  Methods  Events
Leadtools.Medical.Caching Namespace : Cache Class

The following tables list the members exposed by Cache.

Public Constructors

 NameDescription
public Constructor Cache ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. BytesLimitGets or sets the maximum size of the cache in bytes.  
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ContextGets the context which the cached items belongs to.  
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. CountGets the number of items stored in the cache.  
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. CurrentSizeGets the current size of the cache store in bytes.  
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ItemGets an item from the cache.  
public PropertyIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ItemExpireDurationGets the duration an item remains in the cache.  
Top

Public Methods

 NameDescription
public Method AddOverloaded. Adds a new item to the cache store.  
public MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ClearDeletes the contents of the cache store.  
public MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. CloseCloses the Cache object and releases all associated resources.  
public MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ContainsDetermines whether the cache store contains an item with the specified Id.  
public Method DisposeCleans up any resources being used.  
public Method InsertOverloaded. Inserts a new item to the cache store.  
public MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. RemoveDeletes an item from the Cache.  
public MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. UpdateForces the Cache to maintain the cache store.  
Top

Protected Methods

 NameDescription
protected MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. FinalizeAllows an System.Object to attempt to free resources and perform other cleanup operations before the System.Object is reclaimed by garbage collection. (inherited from Object)  
protected MethodIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. OnItemRemovedRaises the Cache.ItemRemoved event.  
Top

Public Events

 NameDescription
public EventIncludes members available as add-ons to the LEADTOOLS Medical Imaging toolkit. ItemRemovedOccurs when an item is removed.  
Top

See Also