Example #1
0
 /** {@inheritDoc} */
 public void setMaxBytesLocalDisk(long maxBytes) {
   sampledCacheManagerDelegate.setMaxBytesLocalDisk(maxBytes);
   sendNotification(CACHE_MANAGER_CHANGED, getCacheManagerAttributes(), getName());
 }