Package com.jackmeng.stl
Class stl_OutputCache<I,O>
java.lang.Object
com.jackmeng.stl.stl_OutputCache<I,O>
public class stl_OutputCache<I,O>
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description stl_OutputCache(java.util.function.Function<I,O> function)
-
Method Summary
Modifier and Type Method Description void
clearCache()
O
get(I input)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
function
-
cache
-
-
Constructor Details
-
stl_OutputCache
-
-
Method Details
-
get
-
clearCache
public void clearCache()
-