| 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 |
|---|---|
Map<DatasetBuilder.CacheType,ICacheOptions> |
DatasetBuilder.CacheSet.getCacheConfiguration() |
Map<DatasetBuilder.CacheType,ICacheOptions> |
DatasetBuilder.CacheTemplate.getCacheConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
T |
DatasetBuilder.Cachable.configureCache(DatasetBuilder.CacheType cacheType,
ICacheOptions options)
Set the builder and size parameter for the specified cache type
|
| Modifier and Type | Method and Description |
|---|---|
T |
DatasetBuilder.Cachable.configureCaches(Map<DatasetBuilder.CacheType,ICacheOptions> map)
Set builders and size parameters for multiple cache types
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheOptions
Contains everything needed to build a cache.
|
Copyright © 2017 51Degrees. All rights reserved.