Uses of Class
org.apache.xmlgraphics.image.loader.cache.TimeStampProvider
-
Packages that use TimeStampProvider Package Description org.apache.xmlgraphics.image.loader.cache Contains image caching infrastructure. -
-
Uses of TimeStampProvider in org.apache.xmlgraphics.image.loader.cache
Fields in org.apache.xmlgraphics.image.loader.cache declared as TimeStampProvider Modifier and Type Field Description private TimeStampProvider
ImageCache. timeStampProvider
Methods in org.apache.xmlgraphics.image.loader.cache with parameters of type TimeStampProvider Modifier and Type Method Description boolean
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 TimeStampProvider Constructor Description ImageCache(TimeStampProvider timeStampProvider, ExpirationPolicy invalidURIExpirationPolicy)
Constructor for customized behaviour and testing.
-