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