Uses of Class
com.openhtmltopdf.pdfboxout.PdfRendererBuilder.CacheStore
-
Packages that use PdfRendererBuilder.CacheStore Package Description com.openhtmltopdf.pdfboxout -
-
Uses of PdfRendererBuilder.CacheStore in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout with type parameters of type PdfRendererBuilder.CacheStore Modifier and Type Field Description Map<PdfRendererBuilder.CacheStore,com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue>>PdfRendererBuilderState. _cachesMethods in com.openhtmltopdf.pdfboxout that return PdfRendererBuilder.CacheStore Modifier and Type Method Description static PdfRendererBuilder.CacheStorePdfRendererBuilder.CacheStore. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfRendererBuilder.CacheStore[]PdfRendererBuilder.CacheStore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.pdfboxout with parameters of type PdfRendererBuilder.CacheStore Modifier and Type Method Description PdfRendererBuilderPdfRendererBuilder. useCacheStore(PdfRendererBuilder.CacheStore which, com.openhtmltopdf.extend.FSCacheEx<String,com.openhtmltopdf.extend.FSCacheValue> cache)Use a specific cache.
-