- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
K - the key classV - the value class
- Enclosing class:
- Cache<K,V extends Cache.Value>
public static interface Cache.Backend<K,V>
A cache backend that can load objects from persistent storage.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
V |
load(K key)
Load the object.
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.