AbstractCacheManager.destroy

Cleanup method that first {@link LifecycleUtils#destroy destroys} all of it's managed caches and then {@link java.util.Map#clear clears} out the internally referenced cache map.

@throws Exception if any of the managed caches can't destroy properly.

class AbstractCacheManager(K, V)
void
destroy
()

Meta