xitrum

local

package local

Visibility
  1. Public
  2. All

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