Class DefaultModelCache.CachingSupplier<T>

java.lang.Object
org.apache.maven.internal.impl.model.DefaultModelCache.CachingSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
DefaultModelCache

static class DefaultModelCache.CachingSupplier<T> extends Object implements Supplier<T>
  • Field Details

  • Constructor Details

    • CachingSupplier

      CachingSupplier(Supplier<T> supplier)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>