dgraph-io / ristretto

A high performance memory-bound Go cache

Home Page:https://dgraph.io/blog/post/introducing-ristretto-high-perf-go-cache/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]: Loading or Compute If key is not present

proost opened this issue · comments

Have you tried Ristretto before this proposal? and did not find anything similar?

No

What you wanted to do.

If key is not present, then load or compute a entry base on given key and insert it to cache.

What you actually did.

No response

Why wasn't it great, with examples.

No response

Additional information.

Like a CacheLoader interface in Caffeine which is Java caching library.