add disk usage limits (total cache size, total files, unlimited) #5

This commit is contained in:
Alexey Danilov
2015-10-23 15:05:18 +03:00
parent 55988e278d
commit d32e88f641
28 changed files with 793 additions and 72 deletions

View File

@@ -2,6 +2,8 @@ package com.danikula.videocache;
import android.text.TextUtils;
import com.danikula.videocache.file.FileCache;
import java.io.BufferedOutputStream;
import java.io.IOException;
import java.io.OutputStream;