- All Implemented Interfaces:
- StorageSummaryCache
@Component
public class StorageSummaryCacheImpl
extends Object
implements StorageSummaryCache
This class creates an in-memory cache of storage summary lists indexed by
store[/spaceId] to provide a quick way for the client to display the storage
statistics through time for a given store or space. On construction the
cache fires off a thread to start building the cache immediately. It also
schedules the cache to be refreshed every 24 hours.
- Author:
- Daniel Bernstein