Sepia::FileStorage::WatcherConfig
File system watcher for external change detection.
Automatically monitors the storage directory for external changes and invalidates cache entries when files are modified.
storage = FileStorage.new("./data", watch: true)
storage.watcher_running? # => true
Simple configuration class for file system watcher
Constructors
Class methods
Instance methods
latency
Source