swaydb
.
data
.
config
.
MemoryCache
EnableBlockCache
Related Doc:
package MemoryCache
case class
EnableBlockCache
(
blockSize:
Int
,
capacity:
Int
,
actorConfig:
ActorConfig
)
extends
Block
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Block
,
Enabled
,
MemoryCache
,
Tagged
[
Enabled
,
Option
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
EnableBlockCache
Serializable
Serializable
Product
Equals
Block
Enabled
MemoryCache
Tagged
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
EnableBlockCache
(
blockSize:
Int
,
capacity:
Int
,
actorConfig:
ActorConfig
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
actorConfig
:
ActorConfig
Definition Classes
EnableBlockCache
→
Block
→
Enabled
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
blockSize
:
Int
Definition Classes
EnableBlockCache
→
Block
val
capacity
:
Int
Definition Classes
EnableBlockCache
→
Block
→
Enabled
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
exception
(
a:
Option
[
Enabled
]
)
(
implicit
tag:
Sync
[
Option
]
)
:
Option
[
Throwable
]
Definition Classes
Tagged
Annotations
@inline
()
def
flatMap
[
B
]
(
f: (
Enabled
) ⇒
Option
[
B
]
)
(
implicit
tag:
Tag
[
Option
]
)
:
Option
[
B
]
Definition Classes
Tagged
Annotations
@inline
()
def
foreach
[
B
]
(
f: (
Enabled
) ⇒
B
)
(
implicit
tag:
Tag
[
Option
]
)
:
Unit
Definition Classes
Tagged
Annotations
@inline
()
def
get
:
Option
[
Enabled
]
Definition Classes
Enabled
→
Tagged
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
def
getOrElse
[
B >:
Enabled
]
(
b: ⇒
B
)
(
implicit
tag:
Sync
[
Option
]
)
:
B
Definition Classes
Tagged
Annotations
@inline
()
def
isFailure
[
B
]
(
b:
Option
[
B
]
)
(
implicit
tag:
Sync
[
Option
]
)
:
Boolean
Definition Classes
Tagged
Annotations
@inline
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isSuccess
[
B
]
(
b:
Option
[
B
]
)
(
implicit
tag:
Sync
[
Option
]
)
:
Boolean
Definition Classes
Tagged
Annotations
@inline
()
def
map
[
B
]
(
f: (
Enabled
) ⇒
B
)
(
implicit
tag:
Tag
[
Option
]
)
:
Option
[
B
]
Definition Classes
Tagged
Annotations
@inline
()
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
def
orElse
[
B >:
Enabled
]
(
b: ⇒
Option
[
B
]
)
(
implicit
tag:
Sync
[
Option
]
)
:
Option
[
B
]
Definition Classes
Tagged
Annotations
@inline
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Block
Inherited from
Enabled
Inherited from
MemoryCache
Inherited from
Tagged
[
Enabled
,
Option
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped