| Class | Description |
|---|---|
| ExpirableCache<K,V> |
This is like a map, but the setters also take an expire time which
will mean the items in the cache will be automatically deleted.
|
| ExpirableValue<T> |
This holds the actual value of the map, and the time it was inserted, and
the time that it should last in the cache
|
| SubjectApiUtils |
utility methods for subject api
|
Copyright © 2016 Internet2. All rights reserved.