Package com.terminalfour.publish.data
Class PDCache.PDCachedItem
- java.lang.Object
-
- com.terminalfour.publish.data.PDCache.PDCachedItem
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- PDCache
public class PDCache.PDCachedItem extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description PDCachedItem(String key)
-
-
-
Constructor Detail
-
PDCachedItem
public PDCachedItem(String key)
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
getKey
public String getKey()
-
-