org.jasig.portal.concurrency.caching
Class ReferenceInvalidatingEntityCache.CacheEntry
java.lang.Object
org.jasig.portal.concurrency.caching.ReferenceInvalidatingEntityCache.CacheEntry
- All Implemented Interfaces:
- IBasicEntity
- Enclosing class:
- ReferenceInvalidatingEntityCache
class ReferenceInvalidatingEntityCache.CacheEntry
- extends java.lang.Object
- implements IBasicEntity
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ent
protected IBasicEntity ent
creationTime
protected java.util.Date creationTime
ReferenceInvalidatingEntityCache.CacheEntry
protected ReferenceInvalidatingEntityCache.CacheEntry(IBasicEntity entity)
getEntityIdentifier
public EntityIdentifier getEntityIdentifier()
- Specified by:
getEntityIdentifier
in interface IBasicEntity
- Returns:
- EntityIdentifier
getType
public java.lang.Class getType()
getKey
public java.lang.String getKey()
getEntity
public IBasicEntity getEntity()
getCreationTime
public java.util.Date getCreationTime()