Class LruController
java.lang.Object
org.prebid.mobile.rendering.video.LruController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetShortenedPath(String url) static byte[]getVideoCache(String videoPath) static booleanisAlreadyCached(String videoPath) static voidputVideoCache(String videoPath, byte[] data) static booleansaveCacheToFile(android.content.Context context, String videoPath)
-
Constructor Details
-
LruController
public LruController()
-
-
Method Details
-
putVideoCache
-
getVideoCache
-
isAlreadyCached
-
saveCacheToFile
-
getShortenedPath
-