| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.cache | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchState
Used to persist the match results to the cache.
|
| Modifier and Type | Method and Description |
|---|---|
V |
Cache.get(K key,
ICacheLoader<K,V> loader)
Retrieves the value for key requested.
|
| Constructor and Description |
|---|
Cache(int cacheSize,
ICacheLoader<K,V> loader)
Constructs a new instance of the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedCacheList<T extends BaseEntity>
A readonly list of fixed length entity types held on persistent storage
rather than in memory.
|
class |
StreamCacheList<T extends BaseEntity>
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
class |
StreamVariableList<T extends BaseEntity>
A readonly list of variable length entity types held on persistent storage
rather than in memory.
|
| Constructor and Description |
|---|
Cache(int cacheSize,
ICacheLoader<Integer,T> loader)
Constructs a new instance of the cache.
|
Copyright © 2015 51Degrees. All rights reserved.