Package 

Class LruDiskUsage

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

    
    public abstract class LruDiskUsage
     implements DiskUsage
                        

    DiskUsage that uses LRU (Least Recently Used) strategy to trim cache.

    • Method Summary

      Modifier and Type Method Description
      void touch(File file)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait