public class BrowserStackCache<K,T> extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
BrowserStackCache.BrowserStackCacheObject |
| Constructor and Description |
|---|
BrowserStackCache() |
BrowserStackCache(long expiryTime) |
BrowserStackCache(long expiryTime,
int maxInitItems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K key) |
T |
get(K key) |
void |
put(K key,
T value) |
void |
remove(K key) |
int |
size() |
Copyright © 2020. All rights reserved.