public interface EntityCacheDAO
Modifier and Type | Method and Description |
---|---|
void |
clearCache() |
void |
disableStatistics() |
void |
enableStatistics() |
void |
evict(Class<? extends Entity> entityClass,
String key) |
Map<String,Object> |
getStatistics() |
void |
resetStatistics() |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.