boxlang-caching

Installation
SKILL.md

BoxLang Caching

Overview

BoxLang provides a flexible, pluggable caching system managed by CacheService. Multiple named cache regions can coexist, each backed by a different provider. The default in-memory cache is available immediately; Redis, Couchbase, JDBC, and filesystem caches are available via modules.

Cache Configuration

In boxlang.json

{
    "caches": {
        "default": {
            "provider": "BoxCacheProvider",
            "properties": {
Related skills

More from ortus-boxlang/skills

Installs
8
First Seen
Apr 15, 2026