| Package | Description | 
|---|---|
| step.repositories.http | 
| Modifier and Type | Method and Description | 
|---|---|
RepositoryCache.Entry<V> | 
RepositoryCache.get(Map<String,String> repositoryParameter)  | 
RepositoryCache.Entry<V> | 
RepositoryCache.lock(Map<String,String> repositoryParameter)
Return the cache entry:
 - call  
createCacheEntry() if the entry does not exist
 - call updateCacheEntry() otherwise | 
RepositoryCache.Entry<V> | 
RepositoryCache.release(Map<String,String> repositoryParameter)
Decrease the corresponding cache entry's usage and put it in the long term cache if needed 
 | 
Copyright © 2020. All rights reserved.