scalacache
package
scalacache
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
scalacache
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
def
caching
[
V
]
(
keyParts:
Any
*
)
(
f: ⇒
V
)
(
implicit
scalaCache:
ScalaCache
)
:
V
def
cachingWithTTL
[
V
]
(
keyParts:
Any
*
)
(
ttl:
Duration
)
(
f: ⇒
V
)
(
implicit
scalaCache:
ScalaCache
)
:
V
def
get
[
V
]
(
keyParts:
Any
*
)
(
implicit
scalaCache:
ScalaCache
)
:
Future
[
Option
[
V
]]
def
getSync
[
V
]
(
keyParts:
Any
*
)
(
implicit
scalaCache:
ScalaCache
)
:
Option
[
V
]
package
memcached
def
put
[
V
]
(
keyParts:
Any
*
)
(
value:
V
,
ttl:
Option
[
Duration
]
)
(
implicit
scalaCache:
ScalaCache
)
:
Future
[
Unit
]
def
remove
(
keyParts:
Any
*
)
(
implicit
scalaCache:
ScalaCache
)
:
Future
[
Unit
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped