Skip to content

Commit 0578227

Browse files
author
Petr Levtonov
committed
Update README.md
1 parent ef0df6f commit 0578227

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ sources.
3737
- Automatic Population: When a cache hit occurs at any level, the retrieved
3838
value is automatically populated in all higher levels of the cache hierarchy.
3939
This ensures that subsequent requests for the same key will hit higher cache
40-
levels, improving performance.
40+
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).
4144

4245
### Stale-While-Revalidate (SWR)
4346

0 commit comments

Comments
 (0)