public interface ServiceCacheStorage
| Modifier and Type | Method and Description |
|---|---|
ServiceResult<?> |
getResult(String key) |
void |
putResult(String key,
ServiceResult<?> result) |
ServiceResult<?> getResult(String key)
void putResult(String key, ServiceResult<?> result)
Copyright © 2016–2017. All rights reserved.