Class BeanCacheResult<T>

java.lang.Object
io.ebeaninternal.api.BeanCacheResult<T>

public final class BeanCacheResult<T> extends Object
The results of bean cache hit.
  • 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.