Class BeanCacheResult<T>

    • Method Detail

      • add

        public void add​(T bean,
                        Object key)
        Add an entry.
      • hits

        public List<io.ebeaninternal.api.BeanCacheResult.Entry<T>> hits()
        Return the hits.