Class InitStorageCache

    • Field Detail

      • m_Cache

        protected String m_Cache
        the name of the LRU cache to initialize.
      • m_Size

        protected int m_Size
        the size of the LRU cache.
    • Constructor Detail

      • InitStorageCache

        public InitStorageCache()
    • Method Detail

      • setCache

        public void setCache​(String value)
        Sets the name of the cache to initialize.
        Parameters:
        value - the name
      • getCache

        public String getCache()
        Returns the name of the cache to initialize.
        Returns:
        the name
      • cacheTipText

        public String cacheTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setSize

        public void setSize​(int value)
        Sets the size of the cache.
        Parameters:
        value - the size
      • getSize

        public int getSize()
        Returns the size of the cache.
        Returns:
        the size
      • sizeTipText

        public String sizeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.