Class Options<T>

  • Type Parameters:
    T - value's type class
    All Implemented Interfaces:
    Serializable

    public class Options<T>
    extends Object
    implements Serializable
    Options of State.
    It's a data structure (whole things are public) and you can access and modify all fields.
    See Also:
    Serialized Form
    • Field Detail

      • localCacheSize

        public int localCacheSize
      • globalKey

        public String globalKey
      • expireIntervalSec

        public int expireIntervalSec
    • Constructor Detail

      • Options

        public Options()