Package com.openhtmltopdf.swing
Class NaiveUserAgent.NullFSCache
- java.lang.Object
-
- com.openhtmltopdf.swing.NaiveUserAgent.NullFSCache
-
- All Implemented Interfaces:
FSCache
- Enclosing class:
- NaiveUserAgent
public static class NaiveUserAgent.NullFSCache extends Object implements FSCache
-
-
Constructor Summary
Constructors Constructor Description NullFSCache(boolean log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(FSCacheKey cacheKey)voidput(FSCacheKey cacheKey, Object obj)
-
-
-
Method Detail
-
get
public Object get(FSCacheKey cacheKey)
-
put
public void put(FSCacheKey cacheKey, Object obj)
-
-