Skip to content

Commit fccad57

Browse files
committed
Merge branch 'master' of github.com:noxdafox/rabbitmq-message-deduplication
2 parents bfcf6c2 + 9e8ecd0 commit fccad57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cache.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ defmodule RabbitMQ.Cache do
55
Values can be stored within the cache with a given TTL.
66
After the TTL expires the values will be transparently removed.
77
8-
The cache does not implement a LRU mechanism due to Mnesia API limitations.
9-
An LRU mechanism could be implemented using ordered_sets
8+
The cache does not implement a FIFO mechanism due to Mnesia API limitations.
9+
An FIFO mechanism could be implemented using ordered_sets
1010
but performance should be evaluated.
1111
1212
"""

0 commit comments

Comments
 (0)