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 class
DiskCache
A general purposeCache
which optionally writes closed streams to files on disk.Methods in org.faceless.pdf2 with parameters of type Cache Modifier and Type Method Description static void
PDF. setCache(Cache cache)
Set theCache
to be used by the library.
-