Class LRUMessageCache

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Integer>
ch.qos.logback.classic.turbo.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.