pro
.
savant
.
circumflex
.
cache
ContextCache
class
ContextCache
[
T <:
Cached
]
extends
HashCache
[
T
] with
NoLock
[
T
]
Linear Supertypes
NoLock
[
T
],
HashCache
[
T
],
Cache
[
T
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ContextCache
NoLock
HashCache
Cache
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ContextCache
(
key:
String
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
_storage
:
HashMap
[
String
,
T
]
Attributes
protected
Definition Classes
HashCache
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clear
()
:
Unit
Attributes
protected
Definition Classes
HashCache
→
Cache
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
delete
(
key:
String
)
:
Unit
Attributes
protected
Definition Classes
HashCache
→
Cache
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
evict
(
key:
String
)
:
Unit
Definition Classes
NoLock
→
Cache
def
evictByPrefix
(
prefix:
String
)
:
Unit
Definition Classes
NoLock
→
Cache
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
get
[
E <:
T
]
(
key:
String
,
default: ⇒
E
)
:
E
Definition Classes
Cache
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOption
[
E <:
T
]
(
key:
String
,
default: ⇒
Option
[
E
]
)
:
Option
[
E
]
Definition Classes
NoLock
→
Cache
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
invalidate
()
:
Unit
Definition Classes
NoLock
→
Cache
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
key
:
String
def
keys
:
Iterable
[
String
]
Definition Classes
HashCache
→
Cache
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
put
[
E <:
T
]
(
key:
String
,
value:
E
)
:
Unit
Definition Classes
NoLock
→
Cache
def
retrieve
(
key:
String
)
:
Option
[
T
]
Attributes
protected
Definition Classes
HashCache
→
Cache
def
storage
:
HashMap
[
String
,
T
]
Definition Classes
ContextCache
→
HashCache
def
store
(
key:
String
,
value:
T
)
:
Unit
Attributes
protected
Definition Classes
HashCache
→
Cache
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
NoLock
[
T
]
Inherited from
HashCache
[
T
]
Inherited from
Cache
[
T
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped