Package 

Class TotalCountLruDiskUsage

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

    
    public class TotalCountLruDiskUsage
    extends LruDiskUsage
                        

    DiskUsage that uses LRU (Least Recently Used) strategy and trims cache size to max files count 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

      • TotalCountLruDiskUsage

        TotalCountLruDiskUsage(int maxCount)