Class CacheEntry


  • public class CacheEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEntry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPinned()  
      boolean isVolatile()  
      void pin()  
      void setVolatile​(boolean aVolatile)  
      void unPin()  
      • Methods inherited from class java.lang.Object

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

      • CacheEntry

        public CacheEntry()
    • Method Detail

      • isVolatile

        public boolean isVolatile()
      • setVolatile

        public void setVolatile​(boolean aVolatile)
      • pin

        public void pin()
      • unPin

        public void unPin()
      • isPinned

        public boolean isPinned()