com.googlecode.fascinator.redbox
Class CacheEntry

java.lang.Object
  extended by com.googlecode.fascinator.redbox.CacheEntry

public class CacheEntry
extends Object

Author:
lucido

Constructor Summary
CacheEntry()
           
 
Method Summary
 long getLastUpdated()
           
 boolean isAllowed()
           
 void setAllowed(boolean allowed)
           
 void setLastUpdated(long lastUpdated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheEntry

public CacheEntry()
Method Detail

isAllowed

public boolean isAllowed()

setAllowed

public void setAllowed(boolean allowed)

getLastUpdated

public long getLastUpdated()

setLastUpdated

public void setLastUpdated(long lastUpdated)


Copyright © 2010-2012. All Rights Reserved.