SessionMemoize
olon.http.SessionMemoize
abstract class SessionMemoize[K, V] extends MemoizeVar[K, V]
Memoize a value for the duration of the user's session
Attributes
- Graph
-
- Supertypes
-
trait MemoizeVar[K, V]class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
protected object coreVar extends SessionVar[LRU[K, Box[V]]]
Attributes
- Supertypes
-
trait LazyLoggabletrait HasCalcDefaultValue[LRU[K, Box[V]]]trait PSettableValueHolder[LRU[K, Box[V]]]trait SettableValueHoldertrait Settabletrait PValueHolder[LRU[K, Box[V]]]trait ValueHolderclass Objecttrait Matchableclass AnyShow all
- Self type
-
coreVar.type
Value members
Inherited methods
Attributes
- Inherited from:
- MemoizeVar
Attributes
- Inherited from:
- MemoizeVar
Attributes
- Inherited from:
- MemoizeVar
Attributes
- Inherited from:
- MemoizeVar
The number of entries that will be memoized
The number of entries that will be memoized
Attributes
- Inherited from:
- MemoizeVar
Override this method if there's a default way of calculating this MemoizedVar (for example, a database lookup)
Override this method if there's a default way of calculating this MemoizedVar (for example, a database lookup)
Attributes
- Inherited from:
- MemoizeVar
Attributes
- Inherited from:
- MemoizeVar
Attributes
- Inherited from:
- MemoizeVar
Use the MemoizeVar in an extractor
Use the MemoizeVar in an extractor
Attributes
- Inherited from:
- MemoizeVar
In this article