Class CacheableSupplier<T>

java.lang.Object
org.apache.dubbo.common.utils.CacheableSupplier<T>
All Implemented Interfaces:
Supplier<T>

public class CacheableSupplier<T> extends Object implements Supplier<T>
  • Constructor Details

    • CacheableSupplier

      public CacheableSupplier(Supplier<T> supplier)
  • Method Details