pro
.
savant
.
circumflex
cache
package
cache
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
cache
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
trait
Cache
[
T <:
Cached
]
extends
AnyRef
class
CacheCell
[
A
]
extends
AnyRef
trait
Cached
extends
Serializable
class
CachedArray
[
T
]
extends
CachedPrimitive
[
Array
[
T
]]
class
CachedBigDecimal
extends
CachedPrimitive
[
BigDecimal
]
class
CachedBoolean
extends
CachedPrimitive
[
Boolean
]
class
CachedDate
extends
CachedPrimitive
[
Date
]
class
CachedDouble
extends
CachedPrimitive
[
Double
]
class
CachedFloat
extends
CachedPrimitive
[
Float
]
class
CachedInt
extends
CachedPrimitive
[
Int
]
class
CachedLong
extends
CachedPrimitive
[
Long
]
class
CachedMap
[
K
,
V
]
extends
CachedPrimitive
[
Map
[
K
,
V
]]
trait
CachedPrimitive
[
T
]
extends
Cached
class
CachedSeq
[
T
]
extends
CachedPrimitive
[
Seq
[
T
]]
class
CachedSet
[
T
]
extends
CachedPrimitive
[
Set
[
T
]]
class
CachedString
extends
CachedPrimitive
[
String
]
class
CachedTuple2
[
T1
,
T2
]
extends
CachedPrimitive
[(
T1
,
T2
)]
class
CachedTuple3
[
T1
,
T2
,
T3
]
extends
CachedPrimitive
[(
T1
,
T2
,
T3
)]
class
ContextCache
[
T <:
Cached
]
extends
HashCache
[
T
] with
NoLock
[
T
]
class
Ehcache
[
T <:
Cached
]
extends
Cache
[
T
]
class
HashCache
[
T <:
Cached
]
extends
Cache
[
T
]
trait
NoLock
[
T <:
Cached
]
extends
Cache
[
T
]
Value Members
val
CACHE_LOG
:
Logger
val
ehcacheManager
:
CacheManager
Inherited from
AnyRef
Inherited from
Any
Ungrouped