Cache config in xitrum.conf can be in 2 forms:
Cache config in xitrum.conf can be in 2 forms:
cache = my.Cache
Or if the cache needs additional options:
cache {
"my.Cache" {
option1 = value1
option2 = value2
}
# - Commented out: Cache is automatically disabled in development mode,
# and enabled in production mode.
# - enabled = true: Force cache to be enabled even in development mode.
# - enabled = false: Force cache to be disabled even in production mode.
enabled = true
}