Manage Caches
List existing caches
# Lucee server context of the CommandBox server in the current directory
cfconfig cache list
# Lucee web context of the CommandBox server in the current directory
cfconfig cache list fromFormat=luceeWeb
# Target a CommandBox server by name
cfconfig cache list from=serverName
# Target an externally installed server
cfconfig cache list from=/path/to/server/homecfconfig cache list --JSONEdit an existing or create a new cache
Delete an existing cache
Last updated
Was this helpful?