Interface ScheduledCommandCache.ScheduledCommandCacheChanges

All Known Subinterfaces:
ScheduledCommandCache.StagedScheduledCommandCache
All Known Implementing Classes:
ScheduledCommandCache.NoopScheduledCommandCache
Enclosing interface:
ScheduledCommandCache

public static interface ScheduledCommandCache.ScheduledCommandCacheChanges
Represents staged changes to the cache that have not been persisted yet. Call persist() to do so.

See ScheduledCommandCache.StageableScheduledCommandCache for more.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • persist

      void persist()