Uses of Interface
org.apache.xmlgraphics.image.loader.cache.ExpirationPolicy
-
Packages that use ExpirationPolicy Package Description org.apache.xmlgraphics.image.loader.cache Contains image caching infrastructure. -
-
Uses of ExpirationPolicy in org.apache.xmlgraphics.image.loader.cache
Classes in org.apache.xmlgraphics.image.loader.cache that implement ExpirationPolicy Modifier and Type Class Description class
DefaultExpirationPolicy
Implements the default expiration policy for the image cache.Constructors in org.apache.xmlgraphics.image.loader.cache with parameters of type ExpirationPolicy Constructor Description ImageCache(org.apache.xmlgraphics.image.loader.cache.TimeStampProvider timeStampProvider, ExpirationPolicy invalidURIExpirationPolicy)
Constructor for customized behaviour and testing.
-