Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

API for caching attribute values #14

Closed
fluffyemily opened this issue Jan 10, 2018 · 0 comments
Closed

API for caching attribute values #14

fluffyemily opened this issue Jan 10, 2018 · 0 comments

Comments

@fluffyemily
Copy link

fluffyemily commented Jan 10, 2018

Allow the caching of attribute data.

Create a mechanism by which a client can pass a keyword into mentat and allow that values against that keyword to be cached in memory.

Things to think about:

  • Do we want 2 levels of caching, eager and lazy? Or just one, in which case do we want either eager or lazy caching?
  • Do we want a cache per connection? If so, where should this go and how do we ensure that we don't have multiple copies of the same cache? If not, what is the best way of sharing that cache between threads?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant