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

create and test @biscuitland/cache #92

Closed
dragurimu opened this issue Aug 4, 2022 · 1 comment
Closed

create and test @biscuitland/cache #92

dragurimu opened this issue Aug 4, 2022 · 1 comment
Assignees
Labels
Feature New feature or request Future Future projects major Increment the major version when merged

Comments

@dragurimu
Copy link
Contributor

dragurimu commented Aug 4, 2022

Due to the limits imposed by discord to safeguard its infrastructure, a modern cache system is necessary.

The package must be built with the objective of providing a data abstraction where information can be read and written.

  • @biscuitland/cache must be abstract and highly customizable.
  • @biscuitland/cache should provide methods to know its current state
  • @biscuitland/cache like all biscuit packages, is an adapter and can be easily modified.
  • @biscuitland/cache it should be global with a style centered on <K, V> (key and value) and be easily mutable in its data (and depending on the case it should support updates, cascading deletions)
@dragurimu dragurimu added Feature New feature or request Future Future projects major Increment the major version when merged labels Aug 4, 2022
@dragurimu dragurimu self-assigned this Aug 4, 2022
@dragurimu
Copy link
Contributor Author

The preview version of the cache is now available for beta use.
channels, presences and users are somewhat incomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Future Future projects major Increment the major version when merged
Projects
None yet
Development

No branches or pull requests

2 participants