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.
2 parents bfcf6c2 + 9e8ecd0 commit fccad57Copy full SHA for fccad57
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