CacheProvider
Interfaces, Classes and Traits
- Mobi_Mtld_DA_CacheProvider_CacheProviderInterface
- A cache provider such as APC or Memcache may be used by the DeviceApi and DeviceApiWeb to cache the detected properties. Using cache improves the performance by not doing unnecessary lookups in the data files. A valid cache provider must implement this interface to be usable by the APIs.
- Mobi_Mtld_DA_CacheProvider_ApcCacheProvider
- APC cache provider may be used by the DeviceApi and DeviceApiWeb to cache the detected properties. Using cache improves the performance by not doing unnecessary lookups in the data files.
- Mobi_Mtld_DA_CacheProvider_FileCacheProvider
- File cache provider may be used by the DeviceApi and DeviceApiWeb to cache the detected properties. Using cache improves the performance by not doing unnecessary lookups in the data files.
- Mobi_Mtld_DA_CacheProvider_MemCacheProvider
- Memcache cache provider may be used by the DeviceApi and DeviceApiWeb to cache the detected properties. Using cache improves the performance by not doing unnecessary lookups in the data files.
- Mobi_Mtld_DA_CacheProvider_VolatileCacheProvider
- Volatile cache can be used by the DeviceApi class to cache the detected properties. Using cache improves the performance by not doing unnecessary lookups in the data files.