Class Cache<K,V>
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.Cache<K,V>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evictAll()
get
(K key, ICheckedCallable<V, E> request) void
setExpireDuration
(int duration, TimeUnit unit) int
size()
stats()
-
Constructor Details
-
Cache
-
Cache
-
-
Method Details
-
get
- Throws:
ExecutionException
-
evictAll
public void evictAll() -
size
public int size() -
setExpireDuration
-
stats
-