Contains image caching infrastructure.
Interface | Description |
---|---|
ExpirationPolicy |
Represents an expiration policy for cache entries that have a creation time stamp.
|
ImageCacheListener |
This interface can be implemented by classes which want to know what's going on inside the
image cache.
|
Class | Description |
---|---|
DefaultExpirationPolicy |
Implements the default expiration policy for the image cache.
|
ImageCache |
This class provides a cache for images.
|
ImageCacheStatistics |
Convenience class that gathers statistical information about the image cache.
|
ImageKey |
Key class for Image instances in the cache.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.