Class SoftReferenceCacheBridge
- java.lang.Object
-
- org.apache.pdfbox.jbig2.util.cache.SoftReferenceCacheBridge
-
- All Implemented Interfaces:
CacheBridge
public class SoftReferenceCacheBridge extends java.lang.Object implements CacheBridge
-
-
Field Summary
Fields Modifier and Type Field Description private static SoftReferenceCache
cache
-
Constructor Summary
Constructors Constructor Description SoftReferenceCacheBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cache
getCache()
-
-
-
Field Detail
-
cache
private static final SoftReferenceCache cache
-
-
Method Detail
-
getCache
public Cache getCache()
- Specified by:
getCache
in interfaceCacheBridge
-
-