Uses of Interface
org.apache.pdfbox.pdmodel.ResourceCacheCreateFunction
Packages that use ResourceCacheCreateFunction
Package
Description
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of ResourceCacheCreateFunction in org.apache.pdfbox.pdmodel
Classes in org.apache.pdfbox.pdmodel that implement ResourceCacheCreateFunctionModifier and TypeClassDescriptionclassImplementation of the functional interface ResourceCacheCreateFunction to create an instance of a DefaultResourceCache.Fields in org.apache.pdfbox.pdmodel declared as ResourceCacheCreateFunctionModifier and TypeFieldDescriptionprivate static ResourceCacheCreateFunctionResourceCacheFactory.resourceCacheCreateFunctionMethods in org.apache.pdfbox.pdmodel that return ResourceCacheCreateFunctionModifier and TypeMethodDescriptionstatic ResourceCacheCreateFunctionResourceCacheFactory.getResourceCacheCreateFunction()Get the current function to be used to create an instance of a resource cache.Methods in org.apache.pdfbox.pdmodel with parameters of type ResourceCacheCreateFunctionModifier and TypeMethodDescriptionstatic voidResourceCacheFactory.setResourceCacheCreateFunction(ResourceCacheCreateFunction function) Use the given function to create an instance of a resource cache.