scalatra-cache-javax
scalatra-cache-javax
API
org.scalatra.cache
guava
Entry
GuavaCache
Cache
CacheSupport
DefaultHeaderStrategy
DefaultKeyStrategy
HeaderStrategy
KeyStrategy
scalatra-cache-javax
/
org.scalatra.cache
/
Cache
Cache
org.scalatra.cache.Cache
trait
Cache
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
object
GuavaCache
.type
Members list
Clear all
Value members
Abstract methods
def
flush
(
):
Unit
def
get
[
V
](
key
:
String
):
Option
[
V
]
def
put
[
V
](
key
:
String
,
value
:
V
,
ttl
:
Option
[
Duration
]):
V
def
remove
(
key
:
String
):
Unit
In this article
Attributes
Members list
Value members
Abstract methods