Search
Preparing search index...
The search index is not available
@atomist/sdm
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"api-helper/project/support/SimpleCache"
SimpleCache
Interface SimpleCache<T>
Simple interface for a string-keyed cache
Type parameters
T
Hierarchy
SimpleCache
Implemented by
LruCache
Index
Properties
stats
Methods
evict
get
put
Properties
stats
stats
:
CacheStats
Methods
evict
evict
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
get
get
(
key
:
string
)
:
T
Parameters
key:
string
Returns
T
put
put
(
key
:
string
, value
:
T
)
:
void
Parameters
key:
string
value:
T
Returns
void
Globals
"api-
helper/project/support/
Simple
Cache"
Cache
Stats
Simple
Cache
stats
evict
get
put
Generated using
TypeDoc
Simple interface for a string-keyed cache