Skip to content

Add "delete" event #40

@eschwartz

Description

@eschwartz

I need to know when a cache entry is deleted, so I can do some additional cleanup on it.

For example, let's say an entry is an object that contributes to some global state over time. Even though my object is deleted from cache, the global state will still remain in memory. If I have a delete event hook, I can tell my entry to clean up it's global state.

I'm working on it :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions