Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helloscoopa committed Sep 29, 2024
1 parent 25d5309 commit 9e15a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RunCache.onExpiry((cache: EventParam) => {

// Event of a specific key expiry
RunCache.onKeyExpiry('Key', (cache: EventParam) => {
console.log(`Cache of key '${cache.key}' has been expired`);
console.log(`Specific key has been expired`);
})

await RunCache.set({
Expand Down

0 comments on commit 9e15a50

Please sign in to comment.