SharedCode / sop

Horizontally Scaleable Objects Persistence
http://sop.codeplex.com
MIT License
13 stars 4 forks source link

Added support for "sliding time", a.k.a. TTL #87

Closed grecinto closed 1 month ago

grecinto commented 1 month ago

Each data store can be configured with different caching rules. You can define a store w/ caching that don't expire, another one with "sliding time" for each date I/O, and another, absolute expire time.

SOP enforces minimum caching rule per store so it can operate w/ full integrity per store. (caching is a critical feature needed and each store has to meet minimum caching rule to work).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.15%. Comparing base (9880ad9) to head (ea149c8). Report is 6 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #87 +/- ## ======================================= Coverage 69.15% 69.15% ======================================= Files 5 5 Lines 1663 1663 ======================================= Hits 1150 1150 Misses 374 374 Partials 139 139 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.