Uses of Class
org.apache.xmlgraphics.image.loader.cache.TimeStampProvider
Packages that use TimeStampProvider
Package
Description
Contains image caching infrastructure.
-
Uses of TimeStampProvider in org.apache.xmlgraphics.image.loader.cache
Fields in org.apache.xmlgraphics.image.loader.cache declared as TimeStampProviderMethods in org.apache.xmlgraphics.image.loader.cache with parameters of type TimeStampProviderModifier and TypeMethodDescriptionboolean
DefaultExpirationPolicy.isExpired
(TimeStampProvider provider, long timestamp) Indicates whether a cache entry is expired given its creation time stamp.boolean
ExpirationPolicy.isExpired
(TimeStampProvider provider, long timestamp) Indicates whether a cache entry is expired given its creation time stamp.Constructors in org.apache.xmlgraphics.image.loader.cache with parameters of type TimeStampProviderModifierConstructorDescriptionImageCache
(TimeStampProvider timeStampProvider, ExpirationPolicy invalidURIExpirationPolicy) Constructor for customized behaviour and testing.