| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.cache |
| Modifier and Type | Method and Description |
|---|---|
ICache |
IndirectDataset.getCache(DatasetBuilder.CacheType cacheType)
Returns a cache to allow examination of its performance
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndirectDataset.setCacheMap(Map<DatasetBuilder.CacheType,ICache> cacheMap)
Sets the caches to use in this dataset
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ILoadingCache<K,V>
Extension of general cache contract to provide for getting a value with a particular
value loaded.
|
interface |
IPutCache<K,V>
A cache that supports a thread safe put method for inserting to cache.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ICache.Base<K,V> |
class |
LruCache<K,V>
Many of the entities used by the detector data set are requested repeatedly.
|
| Modifier and Type | Method and Description |
|---|---|
ICache |
LruCache.LruBuilder.build(int size) |
ICache |
ICacheBuilder.build(int size)
Build and return an
ICache |
Copyright © 2017 51Degrees. All rights reserved.