Uses of Interface
com.openhtmltopdf.extend.FSCacheValue
-
Packages that use FSCacheValue Package Description com.openhtmltopdf.extend.impl -
-
Uses of FSCacheValue in com.openhtmltopdf.extend.impl
Methods in com.openhtmltopdf.extend.impl that return FSCacheValue Modifier and Type Method Description FSCacheValueFSDefaultCacheStore. get(String key)FSCacheValueFSDefaultCacheStore. get(String key, Callable<? extends FSCacheValue> loader)FSCacheValueFSNoOpCacheStore. get(String key)FSCacheValueFSNoOpCacheStore. get(String key, Callable<? extends FSCacheValue> loader)Methods in com.openhtmltopdf.extend.impl with parameters of type FSCacheValue Modifier and Type Method Description voidFSDefaultCacheStore. put(String key, FSCacheValue value)voidFSNoOpCacheStore. put(String key, FSCacheValue value)Method parameters in com.openhtmltopdf.extend.impl with type arguments of type FSCacheValue Modifier and Type Method Description FSCacheValueFSDefaultCacheStore. get(String key, Callable<? extends FSCacheValue> loader)FSCacheValueFSNoOpCacheStore. get(String key, Callable<? extends FSCacheValue> loader)
-