Skip to content
  • Dustin L. Howett's avatar
    Overhaul how expirations are stored. · af12bc6a
    Dustin L. Howett authored
    Storage is now done through a StorageAdapter interface, which specifies
    how to save and load expirations. There are two adapters provided: one
    that saves nowhere and one that saves in a gob file (to mimic the
    original behaviour of this package.)
    
    Code using the old expiration store will automatically migrate to the
    new store format on load/save.
    af12bc6a