Class TimeStampProvider
- java.lang.Object
-
- org.apache.xmlgraphics.image.loader.cache.TimeStampProvider
-
class TimeStampProvider extends java.lang.Object
Returns time stamps for the image cache for entry expiration functionality. This functionality is in its own class so it's easy to write a mock class for testing.
-
-
Constructor Summary
Constructors Constructor Description TimeStampProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getTimeStamp()
Returns the current time stamp.
-