public interface EntityCache
Modifier and Type | Method and Description |
---|---|
Boolean |
exists(Key<?> k) |
void |
flush() |
<T> T |
getEntity(Key<T> k) |
<T> T |
getProxy(Key<T> k) |
void |
notifyExists(Key<?> k,
boolean exists) |
<T> void |
putEntity(Key<T> k,
T t) |
<T> void |
putProxy(Key<T> k,
T t) |
EntityCacheStatistics |
stats() |
Copyright © 2016. All rights reserved.