ICacheServiceDestroyCache Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Release and destroy the specified cache.
            
 
    Namespace: 
   Tangosol.Net
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxvoid DestroyCache(
	INamedCache cache
)
Parameters
- cache
 - Type: Tangosol.NetINamedCache
            The cache object to be released.
             
RemarksWarning: This method is used to completely destroy the
            specified cache across the cluster. All references in the entire
            cluster to this cache will be invalidated, the cached data will
            be cleared, and all resources will be released.
            
See Also