Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce in-memory caching package #766

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Commits on Jun 14, 2024

  1. Add a store interface with default implementations

    The store interface is a simplified version of client go store. If an
    object can be cached there, it should be in our store implementations.
    
    We also provide a default way to generate keys, but we allow users to
    provide their own function. This should enable all needed levels of
    isolation.
    
    The provided implementations are an expiring cache and a LRU cache.
    
    The cache is self-instrumented.
    
    Signed-off-by: Soule BA <[email protected]>
    souleb committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d838d8a View commit details
    Browse the repository at this point in the history