Uses of Class
com.realobjects.pdfreactor.useragent.HttpCacheSettings
-
Uses of HttpCacheSettings in com.realobjects.pdfreactor.useragent
Modifier and TypeMethodDescriptionHttpCacheSettings.setDirectory
(Path value) Configures the file system path to the HTTP cache.HttpCacheSettings.setEnabled
(Boolean value) Enables the HTTP cache.HttpCacheSettings.setMaxEntries
(Integer maxEntries) The maximum number of entries in the cache.HttpCacheSettings.setMaxObjectSize
(Long maxObjectSize) The maximum size that any one particular cache object can have in bytes.Modifier and TypeMethodDescriptionUserAgentConfiguration.setHttpCacheSettings
(HttpCacheSettings httpCacheSettings) Specifies settings related to the HTTP cache.