| 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 |
|---|---|
T |
DatasetBuilder.Cachable.setCacheBuilder(DatasetBuilder.CacheType cacheType,
ICacheBuilder builder)
Set a cache builder to use for the specified type of cache
|
| Modifier and Type | Method and Description |
|---|---|
T |
DatasetBuilder.Cachable.setCacheBuilders(Map<DatasetBuilder.CacheType,ICacheBuilder> map)
Set cache builders for multiple cache types
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LruCache.LruBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ICacheBuilder |
LruCache.builder()
Return builder for an LRU cache
|
ICacheBuilder |
ICacheOptions.getBuilder() |
ICacheBuilder |
CacheOptions.getBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ICacheOptions.setBuilder(ICacheBuilder builder) |
void |
CacheOptions.setBuilder(ICacheBuilder builder) |
| Constructor and Description |
|---|
CacheOptions(int size,
ICacheBuilder builder) |
Copyright © 2017 51Degrees. All rights reserved.