ecache 2.0.7
ecache: ^2.0.7 copied to clipboard
Provide a dart cache library usable on web, flutter and server side
2.0.7 #
- key removed from cacheEntries to save memory
- getOrProduce() handles exceptions now
- minor performance improvement for expirationCache
2.0.6 #
- Bugfix for weak references
2.0.5 #
- Bugfix for weak references
2.0.4 #
- Introducing getOrProduce()
2.0.3 #
- Introducing WeakreferenceStorage
- Added a bunch of documentation to the sourcecode
- StatisticsStorage simplified
2.0.2 #
- Improved performance
- Updated libraries
- Added StatisticsStorage to get a glimpse about performance
2.0.1 #
- Improved performance for LRUCache
2.0.0 #
- Support for null-safety
1.0.1 #
- Downgrading meta package since many users still uses the previous meta
1.0.0 #
- Initial fork of dcache