Instance Constructors
-
new
LRU
(size: Int)
-
new
LRU
(size: Int, loadFactor: Box[Float])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
-
(key: KeyType): Unit
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
apply
(key: KeyType): ValueType
-
def
asInstanceOf
[T0]
: T0
-
def
canExpire
(k: KeyType, v: ValueType): Boolean
-
def
clone
(): AnyRef
-
def
contains
(key: KeyType): Boolean
-
def
elements
: Iterator[(KeyType, ValueType)]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
expired
(key: KeyType, value: ValueType): Unit
-
def
finalize
(): Unit
-
def
get
(key: KeyType): Box[ValueType]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
keys
: List[KeyType]
-
def
maxSize
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
remove
(key: KeyType): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
update
(key: KeyType, value: ValueType): Unit
-
def
updateMaxSize
(newMaxSize: Int): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from LRUMap[KeyType, ValueType]
Inherited from LinkedListElem[KeyType, ValueType]
Inherited from AnyRef
Inherited from Any
LRU Cache wrapping
org.apache.commons.collections.map.LRUMap