Packages

p

xitrum

local

package local

Type Members

  1. class LruCache extends Cache

    Config in xitrum.conf:

    Config in xitrum.conf:

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

    Config in xitrum.conf:

    Config in xitrum.conf:

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

Ungrouped