Class MemcachedCacheConfig

    • Constructor Detail

      • MemcachedCacheConfig

        public MemcachedCacheConfig()
    • Method Detail

      • getExpiration

        public int getExpiration()
      • getTimeout

        public int getTimeout()
      • getHosts

        public String getHosts()
      • getMaxObjectSize

        public int getMaxObjectSize()
      • getMemcachedPrefix

        public String getMemcachedPrefix()
      • getMaxOperationQueueSize

        public long getMaxOperationQueueSize()
      • getReadBufferSize

        public int getReadBufferSize()
      • getNumConnections

        public int getNumConnections()
      • getProtocol

        public String getProtocol()
      • getLocator

        public String getLocator()
      • enableTls

        public boolean enableTls()
      • getClientMode

        public String getClientMode()
      • skipTlsHostnameVerification

        public boolean skipTlsHostnameVerification()