File tree Expand file tree Collapse file tree
content/develop/reference/eviction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ The following policies are available:
108108- ` volatile-lru ` : Evict the least recently used keys that have an associated expiration (TTL).
109109- ` volatile-lrm ` : Evict the least recently modified keys that have an associated expiration (TTL).
110110- ` volatile-lfu ` : Evict the least frequently used keys that have an associated expiration (TTL).
111- - ` volatile-random ` : Evict keys at random only if they have an associated expiration (TTL) .
111+ - ` volatile-random ` : Evicts random keys that have an associated expiration date .
112112- ` volatile-ttl ` : Evict keys with an associated expiration (TTL) that have the shortest remaining TTL value.
113113
114- The ` volatile-xxx ` policies behave like ` noeviction ` if no keys have a TTLvalue set .
114+ The ` volatile-xxx ` policies behave like ` noeviction ` if no keys have an associated expiration .
115115
116116You should choose an eviction policy that fits the way your app
117117accesses keys. You may be able to predict the access pattern in advance
You can’t perform that action at this time.
0 commit comments