Package org.opencms.monitor
Interface I_CmsMemoryMonitorable
- All Known Implementing Classes:
CmsFlexCacheEntry
,CmsGroupListCache
,CmsSearchResult
public interface I_CmsMemoryMonitorable
Describes an object that can be memory monitored.
- Since:
- 6.0.0
-
Method Summary
-
Method Details
-
getMemorySize
int getMemorySize()Returns the memory size of the object.- Returns:
- the memory size of the object
-