Skip to content

Timestamp-independent ordering in SQLite storage #5

Description

@bofm

Currently the cache cleanup and eviction functionality is dependent on the timestamp of the item. The timestamp is calculated when the item is saved to the cache storage. There is low probability of having the same timestamp in more than one item. Therefore the wrong one might be evicted. One possible solution might be to add an autoincrement field to the items in storage.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions