Class Cache.ObjectAndPathForResources<T,​R>

java.lang.Object
org.burningwave.core.Cache.ObjectAndPathForResources<T,​R>
All Implemented Interfaces:
AutoCloseable, Cleanable, Closeable, Component, Identifiable, Properties.Listener, Memorizer
Enclosing class:
Cache

public static class Cache.ObjectAndPathForResources<T,​R>
extends Object
implements Component
  • Constructor Details

    • ObjectAndPathForResources

      public ObjectAndPathForResources()
    • ObjectAndPathForResources

      public ObjectAndPathForResources​(Long partitionStartLevel)
    • ObjectAndPathForResources

      public ObjectAndPathForResources​(Long partitionStartLevel, Function<R,​R> sharer)
    • ObjectAndPathForResources

      public ObjectAndPathForResources​(Long partitionStartLevel, Function<R,​R> sharer, BiConsumer<String,​R> itemDestroyer)
  • Method Details