Class CacheFactory
- java.lang.Object
-
- org.apache.pdfbox.jbig2.util.cache.CacheFactory
-
public class CacheFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static CacheBridge
cacheBridge
private static java.lang.ClassLoader
clsLoader
-
Constructor Summary
Constructors Constructor Description CacheFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Cache
getCache()
static Cache
getCache(java.lang.ClassLoader clsLoader)
static void
setClassLoader(java.lang.ClassLoader clsLoader)
-
-
-
Field Detail
-
cacheBridge
private static CacheBridge cacheBridge
-
clsLoader
private static java.lang.ClassLoader clsLoader
-
-