Skip to content

MemoryCache LRU eviction should skip watched data #302

Description

@rohandhruva

When some data is being watched in the memory cache, there's a possibility that it could be evicted because of the LRU behavior. Does it make sense to add a check against this from happening?

The main concern is that we won't get a new emission when watched data is deleted, but a subset of that data is updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions