Interface ScheduledCommandCache.StageableScheduledCommandCache

All Superinterfaces:
ScheduledCommandCache
All Known Implementing Classes:
ScheduledCommandCache.NoopScheduledCommandCache
Enclosing interface:
ScheduledCommandCache

public static interface ScheduledCommandCache.StageableScheduledCommandCache extends ScheduledCommandCache
A ScheduledCommandCache which allows staging changes before persisting them. This enables you to stage new keys to be added to the cache, and only actually commit them to the real cache when you're sure that the scheduled commands have been written.