add heap size event
glassfish:kernel:file-cache:addHeapSizeEvent( java.lang.String fileCacheName, long size)
This event is called when the file cache allocates additional heap memory for its resources.
Use this event to count heap memory size used by the file cache.
fileCacheNameThe file cache name.
sizeThe size of the newly allocated heap memory block.