Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
breid48 authored Jan 10, 2023
1 parent d88a5fc commit a98a354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ LRUCache{1: 2, 3: 4}
### VolatileCaches
---
VolatileCache's are inspired by the Redis API's of the same name. See [Redis Eviction Polciies](https://redis.io/docs/reference/eviction/).
VolatileCache's are inspired by the Redis API's of the same name. See [Redis Eviction Policies](https://redis.io/docs/reference/eviction/).
VolatileCache's are variants of LFU, LRU, Random, and TTL Cache's offerring optional item eviction. Specific cache items can be held in-memory
by setting their unique `expire` field to `False`.
VolatileCache's are variants of LFU, LRU, Random, and TTL Cache's offering optional item eviction. Specific cache items can be held in-memory
by setting their unique `expire` fields to `False`.
Volatile variant supported:
Expand Down

0 comments on commit a98a354

Please sign in to comment.