public interface Cache<K,T>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get(K key) |
T get(K key) throws CacheException, IOException
CacheExceptionIOExceptionvoid clear()
Copyright © 2022 The Apache Software Foundation. All rights reserved.