We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bc5a4 commit 9e8ecd0Copy full SHA for 9e8ecd0
lib/cache.ex
@@ -5,8 +5,8 @@ defmodule RabbitMQ.Cache do
5
Values can be stored within the cache with a given TTL.
6
After the TTL expires the values will be transparently removed.
7
8
- The cache does not implement a LRU mechanism due to Mnesia API limitations.
9
- An LRU mechanism could be implemented using ordered_sets
+ The cache does not implement a FIFO mechanism due to Mnesia API limitations.
+ An FIFO mechanism could be implemented using ordered_sets
10
but performance should be evaluated.
11
12
"""
0 commit comments