Package org.dasein.util

Interface Summary
CachedItem Represents an object that may expire in one of the Dasein-managed caches.
CacheLoader<T> Loads a cached item from its persistent data store.
DelegatedComparable Used by the GenericSorter to delegate sorting on this object to some other object.
 

Class Summary
BrowseIterator<T> Iterates through a multi-page list of items.
Cache<T> Provides a cache of objects that will expire its contents as those contents fail to be used.
CalendarWrapper Creates sanity out of the utter crap known as the Calendar class by wrapping common methods in bean-friendly calls.
ConcurrentCache<K,V> Caches objects that implement the CachedItem interface and manages their life cycle.
ConcurrentMultiCache<T> A concurrent multi-cache caches objects along multiple unique keys.
CSVParser  
GenericSorter<T>  
MapLoader<T> Loads objects of a specific class automatically from a Map.
NameValuePair  
PseudoMap<K,V> Convenience class for things that should "look like" a Map for the purposes of JSTL, yet are not truly maps.
Translation<T>
Last modified: $Date: 2005/08/29 01:39:09 $
Translator<T>
Last modified: $Date
 

Exception Summary
CacheManagementException Triggered when requests are made of the cache that don't match the cache management contract.
InvalidLocaleException