| snaq.util.Cacheable
All known Subclasses: snaq.util.TimeWrapper,
Cacheable | public interface Cacheable (Code) | | Interface for objects that can be referenced in a cache manager.
See Also: snaq.util.CacheManager author: Giles Winstanley |
Method Summary | |
public Object | getId() Uniquely identifies the object in the cache. | public boolean | isExpired() Whether the item has expired. |
getId | public Object getId()(Code) | | Uniquely identifies the object in the cache.
|
isExpired | public boolean isExpired()(Code) | | Whether the item has expired.
|
|
|