Class SlardarCacheProp.Conf

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int maxLive
      public int maxIdle
      public int maxSize
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getMaxLive() expireAfterWrite(Time To Live) seconds
      void setMaxLive(int maxLive) expireAfterWrite(Time To Live) seconds
      int getMaxIdle() expireAfterAccess(Time To Idle) seconds
      void setMaxIdle(int maxIdle) expireAfterAccess(Time To Idle) seconds
      int getMaxSize() cache size
      void setMaxSize(int maxSize) cache size
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • SlardarCacheProp.Conf

        SlardarCacheProp.Conf()