Class Cache<T>


  • public class Cache<T>
    extends Object
    • Constructor Detail

      • Cache

        public Cache()
    • Method Detail

      • createObject

        @NotNull
        public T createObject​(@NotNull
                              T obj)
      • getCached

        @NotNull
        public Collection<T> getCached()