public final class BeanCacheResult<T>
extends Object
The results of bean cache hit.
-
Constructor Summary
Constructors
-
Method Summary
void
List<io.ebeaninternal.api.BeanCacheResult.Entry<T>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BeanCacheResult
public BeanCacheResult()
-
Method Details
-
add
public void add(T bean,
Object key)
Add an entry.
-
hits
public List<io.ebeaninternal.api.BeanCacheResult.Entry<T>> hits()
Return the hits.