Class Constants.Cache

  • Enclosing class:
    Constants

    public static class Constants.Cache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CACHE_SIZE
      The size of the cache (number of bitmaps kept)
      static int THUMBNAILS_CACHE_SIZE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CACHE_SIZE

        public static int CACHE_SIZE
        The size of the cache (number of bitmaps kept)
      • THUMBNAILS_CACHE_SIZE

        public static int THUMBNAILS_CACHE_SIZE
    • Constructor Detail

      • Cache

        public Cache()