# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ildocda
6 種常見的緩存策略,請享用!**
緩存(Cache)策略在計算機系統中起着至關重要的作用,它們決定了數據如何在存儲層次結構中流動和被管理,緩存策略的選擇可以顯著影響系統的性能、可靠性和複雜性。這篇文章,我們來分析 6 種常見的緩存策略:Read Through(讀取穿透) Cache Aside(緩存旁路) Write Through(直寫) Write Around(繞過緩存寫) Write Back(回 ⌘ Read more