Package com.openhtmltopdf.extend.impl
Class FSNoOpCacheStore
java.lang.Object
com.openhtmltopdf.extend.impl.FSNoOpCacheStore
- All Implemented Interfaces:
FSCacheEx<String,
FSCacheValue>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(String key, Callable<? extends FSCacheValue> loader) void
put
(String key, FSCacheValue value)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
FSNoOpCacheStore
public FSNoOpCacheStore()
-
-
Method Details
-
put
- Specified by:
put
in interfaceFSCacheEx<String,
FSCacheValue>
-
get
- Specified by:
get
in interfaceFSCacheEx<String,
FSCacheValue>
-
get
- Specified by:
get
in interfaceFSCacheEx<String,
FSCacheValue>
-