Everyone defaults to LRU caching, but when bots create 500,000 sessions per hour, LFU is your best friend.
Frank wrote up a detailed description of why you should consider using an LFU cache for user sessions.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Everyone defaults to LRU caching, but when bots create 500,000 sessions per hour, LFU is your best friend.
Frank wrote up a detailed description of why you should consider using an LFU cache for user sessions.