dcache icon indicating copy to clipboard operation
dcache copied to clipboard

Dart cache package

Results 8 dcache issues
Sort by recently updated
recently updated
newest added

I have a use case where http responses are to be cached in-process and they have associated Time To Live. So it'd be beneficial if the eviction policy took Time...

For OnEvict method to be invoked, earlier only capacity was checked, but for this new release 0.4.0 there are a few conditions to be met, 1. element should not be...

It returns the item previously at the given position or null if there was no item. Furthermore the createTime is now filled at one single position in code.

Hi @platelk, Great work on the library. Was wondering if you have planned to generate some documentation on it. For now, the readme example is all that there is. Cheers,...

Create a more complete test suite to be able to clearly measured performance

Adding simple getter to access `hit` and `miss` stats on the cache

enhancement

Based on `dcache`, create a `memoize` function to simple cache function result

enhancement