Skip to content

Commit 9e8ecd0

Browse files
authored
cache: small fix to moduledoc
1 parent d1bc5a4 commit 9e8ecd0

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)