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.
Activity
- Latest release
- 3mo ago
- Total releases
- 3
- Cadence
- ~daily
- Last 12 months
- 3
Details
- First release
- May 19, 2026
| Version | Released | |
|---|---|---|
0.0.4
patch
|
0.0.4
patch
Dependencies (3)
|
|
0.0.3
patch
|
0.0.3
patch
Dependencies (3)
|
|
0.0.2
initial
|
0.0.2
initial
Dependencies (3)
|