Package

xitrum

local

Permalink

package local

Visibility
  1. Public
  2. All

Type Members

  1. class LruCache extends Cache

    Permalink

    Config in xitrum.conf:

    Config in xitrum.conf:

    xitrum {
      cache {
        "xitrum.local.LruCache" {
          maxElems = 10000
        }
      }
    }
  2. class LruSessionStore extends ServerSessionStore

    Permalink

    Config in xitrum.conf:

    Config in xitrum.conf:

    xitrum {
      session {
        store {
          "xitrum.local.LruSessionStore" {
            maxElems = 10000
          }
        }
      }
    }

Ungrouped