public interface GrailsCacheManager extends org.springframework.cache.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 |
| Methods inherited from class | Name |
|---|---|
interface org.springframework.cache.CacheManager |
org.springframework.cache.CacheManager#getCacheNames(), org.springframework.cache.CacheManager#getCache(java.lang.String) |
Whether the cache for the given name exits
name - The name of the cacheDestroys the given named cache
name - The name of the cache