public interface GrailsCacheManager extends CacheManager
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public boolean | 
                            cacheExists(java.lang.String name)Whether the cache for the given name exits  | 
                        
 | 
                            public boolean | 
                            destroyCache(java.lang.String name)Destroys the given named cache  | 
                        
Whether the cache for the given name exits
name -  The name of the cacheDestroys the given named cache
name -  The name of the cache