com.dotmarketing.business.mbeans
Interface CacheInfoMBean

All Known Implementing Classes:
CacheInfo

public interface CacheInfoMBean


Method Summary
 java.lang.String printKeys(java.lang.String group)
           
 java.lang.String printRegionInfo()
           
 java.lang.String regionCacheMemorySize(java.lang.String cacheRegion)
          Pass in a group and this will return the memory it was consuing.
 

Method Detail

printRegionInfo

java.lang.String printRegionInfo()

printKeys

java.lang.String printKeys(java.lang.String group)

regionCacheMemorySize

java.lang.String regionCacheMemorySize(java.lang.String cacheRegion)
Pass in a group and this will return the memory it was consuing. The method has to flush the group to figure out memory usage.

Parameters:
group -
Returns:


Copyright © 2010 dotCMS Inc. All Rights Reserved.