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
/
org.scalatra.cache.guava
/
GuavaCache
GuavaCache
org.scalatra.cache.guava.GuavaCache
object
GuavaCache
extends
Cache
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Cache
class
Object
trait
Matchable
class
Any
Self type
GuavaCache
.
type
Members list
Clear all
Value members
Concrete methods
override
def
flush
(
):
Unit
Attributes
Definition Classes
Cache
override
def
get
[
V
](
key
:
String
):
Option
[
V
]
Attributes
Definition Classes
Cache
override
def
put
[
V
](
key
:
String
,
value
:
V
,
ttl
:
Option
[
Duration
]):
V
Attributes
Definition Classes
Cache
override
def
remove
(
key
:
String
):
Unit
Attributes
Definition Classes
Cache
In this article
Attributes
Members list
Value members
Concrete methods