| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchState
Used to persist the match results to the cache.
|
| Modifier and Type | Method and Description |
|---|---|
V |
LruCache.get(K key,
IValueLoader<K,V> loader)
Retrieves the value for key requested.
|
V |
ILoadingCache.get(K key,
IValueLoader<K,V> loader) |
void |
LruCache.setCacheLoader(IValueLoader<K,V> loader)
Loader used to fetch items not in the cache.
|
| Constructor and Description |
|---|
LruCache(int cacheSize,
int concurrency,
IValueLoader<K,V> loader)
Constructs a new instance of the cache.
|
LruCache(int cacheSize,
IValueLoader<K,V> loader)
Constructs a new instance of the cache.
|
Copyright © 2017 51Degrees. All rights reserved.