/* (non-Javadoc) * @see com.dotmarketing.business.PermissionCache#clearCache() */ public void clearCache() { // clear the cache cache.flushGroup(primaryGroup); }
public void clearCache() { DotCacheAdministrator cache = CacheLocator.getCacheAdministrator(); // clear the cache cache.flushGroup(getPrimaryGroup()); }