Sign in Sign up
nuget

ND.FW.CacheReadThrough

Read-Through Cache is a caching strategy where the application always reads data through the cache layer. On a cache miss the cache itself (or the service layer) is responsible for loading the data from the underlying data store, storing it, and returning it to the caller. This pattern offloads the origin database from repetitive reads and serves subsequent requests at memory speed. Update: Now Framework use used to Cache Hash Items.

nuget View on Nuget

Activity

Latest release
3mo ago
Total releases
3
Cadence
~daily
Last 12 months
3

Details

First release
May 19, 2026
Releases
Version Released
0.0.4 patch
0.0.3 patch
0.0.2 initial