We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0df6f commit 0578227Copy full SHA for 0578227
1 file changed
README.md
@@ -37,7 +37,10 @@ sources.
37
- Automatic Population: When a cache hit occurs at any level, the retrieved
38
value is automatically populated in all higher levels of the cache hierarchy.
39
This ensures that subsequent requests for the same key will hit higher cache
40
- levels, improving performance.
+ levels, improving performance. Note: re-population of higher level caches
41
+ happens without setting a TTL as the current implementation does not know the
42
+ original TTL. You could define a default TTL by wrapping each
43
+ level with a [default ttl adapter](#default-ttl-adapter).
44
45
### Stale-While-Revalidate (SWR)
46
0 commit comments