Package org.openbravo.cache
-
Class Summary Class Description FakeTicker Fake ticker implementation that allows testing ticker sensitive cache.TimeInvalidatedCache<K,V> Cache API that allows creating a cache whose entries will be invalidated after a period of time Entries will be invalidated after a period of time defined by the cache user, starting from the moment the value of a given key has last been computed.TimeInvalidatedCacheBuilder<K,V> Allows building a TimeInvalidatedCache and initializing it.TimeInvalidatedCacheTest Tests for TimeInvalidatedCache and TimeInvalidatedCacheBuilder