Uses of Class
step.repositories.http.RepositoryCache.Entry
-
Packages that use RepositoryCache.Entry Package Description step.repositories.http -
-
Uses of RepositoryCache.Entry in step.repositories.http
Methods in step.repositories.http that return RepositoryCache.Entry Modifier and Type Method Description RepositoryCache.Entry<V>RepositoryCache. get(java.util.Map<java.lang.String,java.lang.String> repositoryParameter)RepositoryCache.Entry<V>RepositoryCache. lock(java.util.Map<java.lang.String,java.lang.String> repositoryParameter)Return the cache entry: - callcreateCacheEntry()if the entry does not exist - callupdateCacheEntry()otherwiseRepositoryCache.Entry<V>RepositoryCache. release(java.util.Map<java.lang.String,java.lang.String> repositoryParameter)Decrease the corresponding cache entry's usage and put it in the long term cache if needed
-