Package 

Class TotalSizeLruDiskUsage

  • All Implemented Interfaces:
    com.danikula.videocache.file.DiskUsage

    
    public class TotalSizeLruDiskUsage
    extends LruDiskUsage
                        

    DiskUsage that uses LRU (Least Recently Used) strategy and trims cache size to max size if needed.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.danikula.videocache.file.LruDiskUsage

        touch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TotalSizeLruDiskUsage

        TotalSizeLruDiskUsage(long maxSize)