Merge branch 'master' of github.com:owncloud/android into resizeCache
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / adapter / DiskLruImageCache.java
index b5c0403..6fd5c5d 100644 (file)
@@ -197,4 +197,8 @@ public class DiskLruImageCache {
     public void setMaxSize(long maxSize){
         mDiskCache.setMaxSize(maxSize);
     }
+
+    public long getMaxSize(){
+        return mDiskCache.getMaxSize();
+    }
 }
\ No newline at end of file