JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Index
Help
Search
Did this page help you?
Submit feedback...
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.amazonaws.cache
Interface CacheLoader<K,V>
Type Parameters:
K
-
V
-
All Known Implementing Classes:
AmazonDynamoDBEndpointCacheLoader
public interface
CacheLoader<K,V>
Interface for providing objects to be loaded into a
Cache
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
V
load
(
K
key)
Interface for loading an item from a cache based on a key.
Method Detail
load
V
load(
K
key)
Interface for loading an item from a cache based on a key.
Parameters:
key
- The key to lookup in the cache
Skip navigation links
Overview
Package
Class
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method