Class Cache<T>
java.lang.Object
edu.internet2.middleware.changelogconsumer.googleapps.cache.Cache<T>
CacheObject supports Google User, Google Group, Grouper Subject, and Grouper Group objects.
* @author John Gasper, Unicon
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
get
-
clear
public void clear() -
put
-
remove
-
seed
public void seed(int size) -
seed
-
size
public int size() -
setCacheValidity
public void setCacheValidity(int minutes) -
getExpiration
public org.joda.time.DateTime getExpiration() -
isExpired
public boolean isExpired() -
getKeySet
-