net.sf.ehcache.distribution

Class MulticastRMICacheManagerPeerProvider.CachePeerEntry

protected static final class MulticastRMICacheManagerPeerProvider.CachePeerEntry extends Object

Entry containing a looked up CachePeer and date
Constructor Summary
CachePeerEntry(CachePeer cachePeer, Date date)
Constructor
Method Summary
CachePeergetCachePeer()
DategetDate()

Constructor Detail

CachePeerEntry

public CachePeerEntry(CachePeer cachePeer, Date date)
Constructor

Parameters: cachePeer the cache peer part of this entry date the date part of this entry

Method Detail

getCachePeer

public final CachePeer getCachePeer()

Returns: the cache peer part of this entry

getDate

public final Date getDate()

Returns: the date part of this entry