Uses of Interface
org.faceless.pdf2.Cache
-
Packages that use Cache Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of Cache in org.faceless.pdf2
Classes in org.faceless.pdf2 that implement Cache Modifier and Type Class Description classDiskCacheA general purposeCachewhich optionally writes closed streams to files on disk.Methods in org.faceless.pdf2 with parameters of type Cache Modifier and Type Method Description static voidPDF. setCache(Cache cache)Set theCacheto be used by the library.
-