class
RequestMemoize
[K, V]
extends MemoizeVar[K, V]
Instance Constructors
-
new
RequestMemoize
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
__nameSalt
: String
-
def
apply
(key: K, dflt: ⇒ V): V
-
def
apply
(key: K): Box[V]
-
def
asInstanceOf
[T0]
: T0
-
def
buildLRU
: LRU[K, Box[V]]
-
def
cacheSize
: Int
-
def
clone
(): AnyRef
-
object
coreVar
extends RequestVar[LRU[K, Box[V]]]
-
def
defaultFunction
(key: K): Box[V]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
get
(key: K, dflt: ⇒ V): V
-
def
get
(key: K): Box[V]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
set
(key: K, value: V): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unapply
(key: K): Option[V]
-
def
update
(key: K, value: V): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Memoize a value for the duration of the current request (and subsequent Ajax requests made as a result of viewing the page)