Package net.ontopia.persistence.proxy
Interface CacheMetricsIF
- All Known Implementing Classes:
QueryCache,TransactionalLRULookupIndex
public interface CacheMetricsIF
-
Method Summary
-
Method Details
-
getCacheSize
long getCacheSize() -
getLRUSize
long getLRUSize() -
getMaxLRUSize
long getMaxLRUSize()
-