Cache
Table of Contents
Interfaces
- ICache
- Metadata cache for a storage
- ICacheEntry
- meta data for a file or folder
- ICacheEvent
- IFileAccess
- Low level access to the file cache.
- IPropagator
- Propagate etags and mtimes within the storage
- IScanner
- Scan files from the storage and save to the cache
- IUpdater
- Update the cache and propagate changes
- IWatcher
- check the storage backends for updates and change the cache accordingly
Classes
- AbstractCacheEvent
- Base event class for the event dispatcher service
- CacheEntryInsertedEvent
- Event for when an existing entry in the cache gets inserted
- CacheEntryRemovedEvent
- Event for when an existing entry in the cache gets removed
- CacheEntryUpdatedEvent
- Event for when an existing entry in the cache gets updated
- CacheInsertEvent
- Event for when a new entry gets added to the cache
- CacheUpdateEvent
- Event for when an existing entry in the cache gets updated