You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cache): add descriptive comments and improve code readability
- Add detailed comments to explain cache operations and parameters
- Improve code structure and add blank lines for better readability
- Clarify the purpose of each cache strategy (FIFO, LFU, LRU, RR)
- Explain the logic for handling TTL, evictions, and stale entries
0 commit comments