Package edu.internet2.middleware.subject.util

Class Summary
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