Uses of Enum Class
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.CacheStore
Packages that use PdfRendererBuilder.CacheStore
-
Uses of PdfRendererBuilder.CacheStore in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfRendererBuilder.CacheStoreMethods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.CacheStoreModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PdfRendererBuilder.CacheStore[]
PdfRendererBuilder.CacheStore.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.CacheStoreModifier and TypeMethodDescriptionPdfRendererBuilder.useCacheStore
(PdfRendererBuilder.CacheStore which, FSCacheEx<String, FSCacheValue> cache) Use a specific cache.