Uses of Interface
com.openhtmltopdf.extend.FSMultiThreadCache
-
Packages that use FSMultiThreadCache Package Description com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.swing -
-
Uses of FSMultiThreadCache in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSMultiThreadCache Modifier and Type Field Description FSMultiThreadCache<byte[]>BaseRendererBuilder.BaseRendererBuilderState. _byteCacheFSMultiThreadCache<String>BaseRendererBuilder.BaseRendererBuilderState. _textCacheMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSMultiThreadCache Modifier and Type Method Description TFinalClassBaseRendererBuilder. useMultiThreadByteCache(FSMultiThreadCache<byte[]> byteCache)Provides a cache implementation that may be used accross threads.TFinalClassBaseRendererBuilder. useMultiThreadStringCache(FSMultiThreadCache<String> textCache)Provides a cache implementation that may be used accross threads. -
Uses of FSMultiThreadCache in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement FSMultiThreadCache Modifier and Type Class Description protected static classNaiveUserAgent.NullCache<T>Fields in com.openhtmltopdf.swing declared as FSMultiThreadCache Modifier and Type Field Description protected FSMultiThreadCache<byte[]>NaiveUserAgent. _byteCacheprotected FSMultiThreadCache<String>NaiveUserAgent. _textCacheMethods in com.openhtmltopdf.swing with parameters of type FSMultiThreadCache Modifier and Type Method Description voidNaiveUserAgent. setExternalByteCache(FSMultiThreadCache<byte[]> byteCache)voidNaiveUserAgent. setExternalTextCache(FSMultiThreadCache<String> textCache)
-