You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Providing names for cached files](#providing-names-for-cached-files)
11
12
-[Sample](#sample)
12
13
-[Known problems](#known-problems)
13
14
-[Whats new](#whats-new)
@@ -105,6 +106,26 @@ Use `HttpProxyCacheServer.isCached(String url)` method to check was url's conten
105
106
106
107
See `sample` app for more details.
107
108
109
+
### Providing names for cached files
110
+
By default `AndroidVideoCache` uses MD5 of video url as file name. But in some cases url is not stable and it can contain some generated parts (e.g. session token). In this case caching mechanism will be broken. To fix it you have to provide own `FileNameGenerator`:
0 commit comments