Package com.theoplayer.android.api.cache
Interface CacheIntegration
-
- All Implemented Interfaces:
public interface CacheIntegration
The base API for a Cache integration.
-
-
Method Summary
Modifier and Type Method Description abstract CacheStorageType
getCacheStorageType()
-
-
Method Detail
-
getCacheStorageType
abstract CacheStorageType getCacheStorageType()
-
-
-
-