1)The default implementation of the disc based cache present in android -volley is allocated a total memory of 5MB .
2)But the app Iam developing contains a lot of images .So I want to increase the size of the memory allocated by disc based cache .
3)So I want to increase the size of the cache ..I can simple do it by changing the value of DEFAULT_DISK_USAGE_BYTES inside Diskbasedcache.java file .
4)But I want to allocate memory based on the amount of space available in the disc ???Is there any way to implement it ??