cachette 1.0.0 cachette: ^1.0.0 copied to clipboard
A simple and in-memory cache, designed to fulfil the most basic use cases in an elegant way.
1.0.0 #
- Upgraded to Dart 3; relevant package updates.
- Switched to the
Result
class fromelegant
, instead of duplicating it here. - Users system and
UserCachette
: cache entries can now have 'users', which can be used to differentiate between different parts of an application using the entry, and facilitates unused entries to being removed automatically.
0.1.1 #
- Package updates.
0.1.0 #
- Initial version.