Package org.aksw.commons.util.memoize
Interface Memoized<I,O>
-
- All Known Subinterfaces:
MemoizedBiFunction<I1,I2,O>,MemoizedFunction<I,O>,MemoizedSupplier<T>
- All Known Implementing Classes:
MemoizedBiFunctionImpl,MemoizedFunctionImpl,MemoizedSupplierImpl
public interface Memoized<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCache()Clear the cacheMap<I,O>getCache()Return a reference or copy to the memoized entries
-