org.apache.commons.cache
Interface CachedObjectInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
CachedObjectInfoImpl

public interface CachedObjectInfo
extends Serializable

A simple interface publishing meta-information about a cached object.

Version:
$Id: CachedObjectInfo.java 155435 2005-02-26 13:17:27Z dirkv $
Author:
Rodney Waldhoff
See Also:
CachedObjectIterator

Method Summary
 Long getCost()
           
 Long getExpirationTs()
           
 Serializable getKey()
           
 

Method Detail

getKey

Serializable getKey()

getExpirationTs

Long getExpirationTs()

getCost

Long getCost()


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.