484950515253545556575859
final DataCache cache = DataCacheFactory.getCache(); if (cache == null) { return; } final DataCacheManager cacheManager = cache.getCacheManager(); if (cacheManager == null) { return; } cacheManager.clearAll(); }