Package step.repositories.http
Class RepositoryCache.Entry<V>
- java.lang.Object
- 
- step.repositories.http.RepositoryCache.Entry<V>
 
- 
- Enclosing class:
- RepositoryCache<V>
 
 public static class RepositoryCache.Entry<V> extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description Entry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUsage()Get the internal usage field.VgetValue()Retrieve the cache entry
 
- 
- 
- 
Method Detail- 
getUsagepublic int getUsage() Get the internal usage field.- Returns:
- how many time lock()has been called without a corresponding call torelease()
 
 - 
getValuepublic V getValue() Retrieve the cache entry- Returns:
- the cache entry
 
 
- 
 
-