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
Modifier and TypeMethodDescriptionvoidClear the cachegetCache()Return a reference or copy to the memoized entries
-
Method Details
-
getCache
Return a reference or copy to the memoized entries -
clearCache
void clearCache()Clear the cache
-