Class LRUMessageCache

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Integer>

class LRUMessageCache extends LinkedHashMap<String,Integer>
Clients of this class should only use the getMessageCountAndThenIncrement(java.lang.String) method. Other methods inherited via LinkedHashMap are not thread safe.