Skip to content

Ability to iterate/query items in the cache #45

@ithinkicancode

Description

@ithinkicancode

Motivation

Currently there is no easy way to iterate through or query against the items in the cache. There might be cases where you would like to do that (debugging comes to mind).

Considerations

Maybe we can provide either an iterator or a query/filter interface to users for this purpose. However, we'll need to take potential performance impact and data consistency into account:

  1. Any query only represents a snapshot of the cache at a particular moment.
  2. We probably shouldn't keep additional copies of data to hold this snapshot just for this purpose

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions