Package org.cache2k.core
Interface EventCounter
-
public interface EventCounter- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLoadCount()longgetWriteCount()voidload()voidload(int cnt)voidloadStart()voidwrite()voidwrite(int cnt)
-