Class GoogleCacheManager
java.lang.Object
edu.internet2.middleware.changelogconsumer.googleapps.cache.GoogleCacheManager
ObjectCache stores objects retrieved from Google to save on the number of API round trips required.
Each object type has its own cache and expiration interval. The ObjectCache object (static) to maintain the cache
between the ChangeLogConsumer object's (prototype) life cycling.
-
Constructor Details
-
GoogleCacheManager
public GoogleCacheManager()
-
-
Method Details
-
googleUsers
- Returns:
- a Google User cache
-
googleGroups
- Returns:
- a Google Group cache
-