# CacheBox: Enterprise Caching

## 2.x

- [Introduction](https://cachebox.ortusbooks.com/2.1.0/master.md)
- [What's New With 2.1.0](https://cachebox.ortusbooks.com/2.1.0/whats-new-with-2.1.0.md)
- [What's New With 2.0.0](https://cachebox.ortusbooks.com/2.1.0/whats-new-with-2.0.0.md)
- [About This Book](https://cachebox.ortusbooks.com/2.1.0/about-this-book.md)
- [Author](https://cachebox.ortusbooks.com/2.1.0/author.md)
- [Overview](https://cachebox.ortusbooks.com/2.1.0/overview.md)
- [CacheBox RefCard](https://cachebox.ortusbooks.com/2.1.0/overview/cachebox-refcard.md)
- [Useful Resources](https://cachebox.ortusbooks.com/2.1.0/overview/useful-resources.md)
- [Features at a Glance](https://cachebox.ortusbooks.com/2.1.0/overview/features-at-a-glance.md)
- [System Requirements](https://cachebox.ortusbooks.com/2.1.0/overview/system-requirements.md)
- [Installing CacheBox](https://cachebox.ortusbooks.com/2.1.0/installing-cachebox.md)
- [Installation](https://cachebox.ortusbooks.com/2.1.0/installing-cachebox/installation.md)
- [Caching Concepts](https://cachebox.ortusbooks.com/2.1.0/caching-concepts.md)
- [Caching Considerations](https://cachebox.ortusbooks.com/2.1.0/caching-concepts/caching-considerations.md)
- [Cache Loading](https://cachebox.ortusbooks.com/2.1.0/caching-concepts/cache-loading.md)
- [Definitions](https://cachebox.ortusbooks.com/2.1.0/caching-concepts/definitions.md)
- [Java Soft References](https://cachebox.ortusbooks.com/2.1.0/caching-concepts/java-soft-references.md)
- [Cache Topologies](https://cachebox.ortusbooks.com/2.1.0/cache-topologies.md)
- [Single Instance/In-Process](https://cachebox.ortusbooks.com/2.1.0/cache-topologies/single-instance-in-process.md)
- [Single Instance/Out-Process](https://cachebox.ortusbooks.com/2.1.0/cache-topologies/single-instance-out-process.md)
- [Replicated](https://cachebox.ortusbooks.com/2.1.0/cache-topologies/replicated.md)
- [Distributed](https://cachebox.ortusbooks.com/2.1.0/cache-topologies/distributed.md)
- [CacheBox Architecture](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture.md)
- [CacheFactory](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/cachefactory.md)
- [CacheBoxConfig](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/cacheboxconfig.md)
- [EventManager](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/eventmanager.md)
- [ColdBox](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/coldbox.md)
- [LogBox](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/logbox.md)
- [ICacheProvider](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/icacheprovider.md)
- [ICacheStats](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/icachestats.md)
- [IObjectStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/iobjectstore.md)
- [IEvictionPolicy](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/ievictionpolicy.md)
- [AbstractEvictionPolicy](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/abstractevictionpolicy.md)
- [IColdboxApplicationCache](https://cachebox.ortusbooks.com/2.1.0/cachebox-architecture/icoldboxapplicationcache.md)
- [Creating CacheBox](https://cachebox.ortusbooks.com/2.1.0/creating-cachebox.md)
- [Common CacheFactory Methods](https://cachebox.ortusbooks.com/2.1.0/creating-cachebox/common-cachefactory-methods.md)
- [Cache Cleanup/Reaping](https://cachebox.ortusbooks.com/2.1.0/creating-cachebox/cache-cleanup-reaping.md)
- [CacheBox Configuration](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration.md)
- [CacheBox DSL](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl.md)
- [LogBoxConfig](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl/logboxconfig.md)
- [Scope Registration](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl/scope-registration.md)
- [Default Cache](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl/default-cache.md)
- [Caches](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl/caches.md)
- [Listeners](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-dsl/listeners.md)
- [CacheBox Config Object](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/cachebox-config-object.md)
- [ColdBox Configuration](https://cachebox.ortusbooks.com/2.1.0/cachebox-configuration/coldbox-configuration.md)
- [Cache Providers](https://cachebox.ortusbooks.com/2.1.0/cache-providers.md)
- [Couchbase Providers](https://cachebox.ortusbooks.com/2.1.0/cache-providers/couchbase-providers.md)
- [CF Providers](https://cachebox.ortusbooks.com/2.1.0/cache-providers/cf-providers.md)
- [Railo Providers](https://cachebox.ortusbooks.com/2.1.0/cache-providers/railo-providers.md)
- [Mock Provider](https://cachebox.ortusbooks.com/2.1.0/cache-providers/mock-provider.md)
- [CacheBox Provider](https://cachebox.ortusbooks.com/2.1.0/cache-providers/cachebox-provider.md)
- [CacheBox Object Stores](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores.md)
- [ConcurrentStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores/concurrentstore.md)
- [ConcurrentSoftReferenceStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores/concurrentsoftreferencestore.md)
- [DiskStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores/diskstore.md)
- [JDBCStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores/jdbcstore.md)
- [BlackholeStore](https://cachebox.ortusbooks.com/2.1.0/cachebox-object-stores/blackholestore.md)
- [CacheBox Eviction Policies](https://cachebox.ortusbooks.com/2.1.0/cachebox-eviction-policies.md)
- [Using Your Own Policy](https://cachebox.ortusbooks.com/2.1.0/cachebox-eviction-policies/using-your-own-policy.md)
- [CacheBox Event Model](https://cachebox.ortusbooks.com/2.1.0/cachebox-event-model.md)
- [CacheBox Events](https://cachebox.ortusbooks.com/2.1.0/cachebox-event-model/cachebox-events.md)
- [Provider Events](https://cachebox.ortusbooks.com/2.1.0/cachebox-event-model/provider-events.md)
- [Cache Listeners](https://cachebox.ortusbooks.com/2.1.0/cachebox-event-model/cache-listeners.md)
- [Cache Reporting](https://cachebox.ortusbooks.com/2.1.0/cache-reporting.md)
- [Creating Your Own Skins](https://cachebox.ortusbooks.com/2.1.0/cache-reporting/creating-your-own-skins.md)
- [Skin Templates](https://cachebox.ortusbooks.com/2.1.0/cache-reporting/creating-your-own-skins/skin-templates.md)
- [ReportHandler](https://cachebox.ortusbooks.com/2.1.0/cache-reporting/creating-your-own-skins/reporthandler.md)
- [Action Commands](https://cachebox.ortusbooks.com/2.1.0/cache-reporting/creating-your-own-skins/reporthandler/action-commands.md)

## 5.x

- [Introduction](https://cachebox.ortusbooks.com/5.x-1/master.md)
- [Introduction](https://cachebox.ortusbooks.com/5.x-1/intro/readme.md)
- [What's New With 5.4.0](https://cachebox.ortusbooks.com/5.x-1/intro/readme/whats-new-with-5.4.0.md)
- [What's New With 5.0.0](https://cachebox.ortusbooks.com/5.x-1/intro/readme/whats-new-with-500.md)
- [About This Book](https://cachebox.ortusbooks.com/5.x-1/intro/readme/about-this-book.md)
- [Author](https://cachebox.ortusbooks.com/5.x-1/intro/readme/author.md)
- [Overview](https://cachebox.ortusbooks.com/5.x-1/getting-started/overview.md)
- [CacheBox RefCard](https://cachebox.ortusbooks.com/5.x-1/getting-started/overview/cachebox-refcard.md)
- [Useful Resources](https://cachebox.ortusbooks.com/5.x-1/getting-started/overview/useful-resources.md)
- [Features at a Glance](https://cachebox.ortusbooks.com/5.x-1/getting-started/overview/features-at-a-glance.md)
- [Installing CacheBox](https://cachebox.ortusbooks.com/5.x-1/getting-started/installing-cachebox.md)
- [Creating CacheBox](https://cachebox.ortusbooks.com/5.x-1/getting-started/creating-cachebox.md)
- [Common CacheFactory Methods](https://cachebox.ortusbooks.com/5.x-1/getting-started/creating-cachebox/common-cachefactory-methods.md)
- [Cache Cleanup/Reaping](https://cachebox.ortusbooks.com/5.x-1/getting-started/creating-cachebox/cache-cleanup-reaping.md)
- [Caching Concepts](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/caching-concepts.md)
- [Caching Considerations](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/caching-concepts/caching-considerations.md)
- [Cache Loading](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/caching-concepts/cache-loading.md)
- [Definitions](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/caching-concepts/definitions.md)
- [Java Soft References](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/caching-concepts/java-soft-references.md)
- [Cache Topologies](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cache-topologies.md)
- [Single Instance/In-Process](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cache-topologies/single-instance-in-process.md)
- [Single Instance/Out-Process](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cache-topologies/single-instance-out-process.md)
- [Replicated](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cache-topologies/replicated.md)
- [Distributed](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cache-topologies/distributed.md)
- [CacheBox Architecture](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture.md)
- [CacheFactory](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/cachefactory.md)
- [CacheBoxConfig](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/cacheboxconfig.md)
- [EventManager](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/eventmanager.md)
- [ColdBox](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/coldbox.md)
- [LogBox](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/logbox.md)
- [ICacheProvider](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/icacheprovider.md)
- [ICacheStats](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/icachestats.md)
- [IObjectStore](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/iobjectstore.md)
- [IEvictionPolicy](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/ievictionpolicy.md)
- [AbstractEvictionPolicy](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/abstractevictionpolicy.md)
- [IColdboxApplicationCache](https://cachebox.ortusbooks.com/5.x-1/for-the-geeks/cachebox-architecture/icoldboxapplicationcache.md)
- [CacheBox Configuration](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration.md)
- [CacheBox DSL](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl.md)
- [LogBoxConfig](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl/logboxconfig.md)
- [Scope Registration](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl/scope-registration.md)
- [Default Cache](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl/default-cache.md)
- [Caches](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl/caches.md)
- [Listeners](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-dsl/listeners.md)
- [CacheBox Config Object](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/cachebox-config-object.md)
- [ColdBox Configuration](https://cachebox.ortusbooks.com/5.x-1/configuration/cachebox-configuration/coldbox-configuration.md)
- [Cache Providers](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers.md)
- [CF Providers](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers/cf-providers.md)
- [Lucee Providers](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers/lucee-providers.md)
- [Mock Provider](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers/mock-provider.md)
- [CacheBox Provider](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers/cachebox-provider.md)
- [Couchbase Providers](https://cachebox.ortusbooks.com/5.x-1/usage/cache-providers/couchbase-providers.md)
- [CacheBox Object Stores](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores.md)
- [ConcurrentStore](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores/concurrentstore.md)
- [ConcurrentSoftReferenceStore](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores/concurrentsoftreferencestore.md)
- [DiskStore](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores/diskstore.md)
- [JDBCStore](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores/jdbcstore.md)
- [BlackholeStore](https://cachebox.ortusbooks.com/5.x-1/usage/cachebox-object-stores/blackholestore.md)
- [CacheBox Eviction Policies](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-eviction-policies.md)
- [Using Your Own Policy](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-eviction-policies/using-your-own-policy.md)
- [CacheBox Event Model](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-event-model.md)
- [CacheBox Events](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-event-model/cachebox-events.md)
- [Provider Events](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-event-model/provider-events.md)
- [Cache Listeners](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cachebox-event-model/cache-listeners.md)
- [Cache Reporting](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cache-reporting.md)
- [Creating Your Own Skins](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cache-reporting/creating-your-own-skins.md)
- [Skin Templates](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cache-reporting/creating-your-own-skins/skin-templates.md)
- [ReportHandler](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler.md)
- [Action Commands](https://cachebox.ortusbooks.com/5.x-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler/action-commands.md)

## 6.x

- [Introduction](https://cachebox.ortusbooks.com/master-1/readme.md): CacheBox is an enterprise caching engine, aggregator and API for ColdFusion (CFML) applications.
- [Release History](https://cachebox.ortusbooks.com/master-1/intro/readme.md)
- [What's New With 6.8.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.8.0.md)
- [What's New With 6.7.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.7.0.md): June 21, 2022
- [What's New With 6.6.1](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.6.1.md): February 17, 2022
- [What's New With 6.6.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.6.0.md): January 28th, 2022
- [What's New With 6.5.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.5.0.md): July 9th, 2021
- [What's New With 6.3.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.3.0.md)
- [What's New With 6.2.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.2.0.md)
- [What's New With 6.1.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.1.0.md)
- [What's New With 6.0.0](https://cachebox.ortusbooks.com/master-1/intro/readme/whats-new-with-6.0.0.md)
- [About This Book](https://cachebox.ortusbooks.com/master-1/intro/about-this-book.md)
- [Author](https://cachebox.ortusbooks.com/master-1/intro/about-this-book/author.md)
- [Overview](https://cachebox.ortusbooks.com/master-1/getting-started/overview.md)
- [CacheBox RefCard](https://cachebox.ortusbooks.com/master-1/getting-started/overview/cachebox-refcard.md)
- [Useful Resources](https://cachebox.ortusbooks.com/master-1/getting-started/overview/useful-resources.md)
- [Features at a Glance](https://cachebox.ortusbooks.com/master-1/getting-started/overview/features-at-a-glance.md)
- [Installing CacheBox](https://cachebox.ortusbooks.com/master-1/getting-started/installing-cachebox.md)
- [Creating CacheBox](https://cachebox.ortusbooks.com/master-1/getting-started/creating-cachebox.md)
- [Common CacheFactory Methods](https://cachebox.ortusbooks.com/master-1/getting-started/creating-cachebox/common-cachefactory-methods.md)
- [Cache Cleanup/Reaping](https://cachebox.ortusbooks.com/master-1/getting-started/creating-cachebox/cache-cleanup-reaping.md)
- [Caching Concepts](https://cachebox.ortusbooks.com/master-1/for-the-geeks/caching-concepts.md)
- [Caching Considerations](https://cachebox.ortusbooks.com/master-1/for-the-geeks/caching-concepts/caching-considerations.md)
- [Cache Loading](https://cachebox.ortusbooks.com/master-1/for-the-geeks/caching-concepts/cache-loading.md)
- [Definitions](https://cachebox.ortusbooks.com/master-1/for-the-geeks/caching-concepts/definitions.md)
- [Java Soft References](https://cachebox.ortusbooks.com/master-1/for-the-geeks/caching-concepts/java-soft-references.md)
- [Cache Topologies](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cache-topologies.md)
- [Single Instance/In-Process](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cache-topologies/single-instance-in-process.md)
- [Single Instance/Out-Process](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cache-topologies/single-instance-out-process.md)
- [Replicated](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cache-topologies/replicated.md)
- [Distributed](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cache-topologies/distributed.md)
- [CacheBox Architecture](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture.md)
- [CacheFactory](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/cachefactory.md)
- [CacheBoxConfig](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/cacheboxconfig.md)
- [EventManager](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/eventmanager.md)
- [ColdBox](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/coldbox.md)
- [LogBox](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/logbox.md)
- [ICacheProvider](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/icacheprovider.md)
- [ICacheStats](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/icachestats.md)
- [IObjectStore](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/iobjectstore.md)
- [IEvictionPolicy](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/ievictionpolicy.md)
- [AbstractEvictionPolicy](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/abstractevictionpolicy.md)
- [IColdboxApplicationCache](https://cachebox.ortusbooks.com/master-1/for-the-geeks/cachebox-architecture/icoldboxapplicationcache.md)
- [CacheBox Configuration](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration.md)
- [CacheBox DSL](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl.md)
- [LogBoxConfig](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl/logboxconfig.md)
- [Scope Registration](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl/scope-registration.md)
- [Default Cache](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl/default-cache.md)
- [Caches](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl/caches.md)
- [Listeners](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-dsl/listeners.md)
- [CacheBox Config Object](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/cachebox-config-object.md)
- [ColdBox Configuration](https://cachebox.ortusbooks.com/master-1/configuration/cachebox-configuration/coldbox-configuration.md)
- [Cache Providers](https://cachebox.ortusbooks.com/master-1/usage/cache-providers.md)
- [CF Providers](https://cachebox.ortusbooks.com/master-1/usage/cache-providers/cf-providers.md)
- [Lucee Providers](https://cachebox.ortusbooks.com/master-1/usage/cache-providers/lucee-providers.md)
- [Mock Provider](https://cachebox.ortusbooks.com/master-1/usage/cache-providers/mock-provider.md)
- [CacheBox Provider](https://cachebox.ortusbooks.com/master-1/usage/cache-providers/cachebox-provider.md)
- [Couchbase Providers](https://cachebox.ortusbooks.com/master-1/usage/cache-providers/couchbase-providers.md)
- [CacheBox Object Stores](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores.md)
- [ConcurrentStore](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores/concurrentstore.md)
- [ConcurrentSoftReferenceStore](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores/concurrentsoftreferencestore.md)
- [DiskStore](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores/diskstore.md)
- [JDBCStore](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores/jdbcstore.md)
- [BlackholeStore](https://cachebox.ortusbooks.com/master-1/usage/cachebox-object-stores/blackholestore.md)
- [CacheBox Eviction Policies](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-eviction-policies.md)
- [Using Your Own Policy](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-eviction-policies/using-your-own-policy.md)
- [CacheBox Event Model](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-event-model.md)
- [CacheBox Events](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-event-model/cachebox-events.md)
- [Provider Events](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-event-model/provider-events.md)
- [Cache Listeners](https://cachebox.ortusbooks.com/master-1/advanced-usage/cachebox-event-model/cache-listeners.md)
- [Cache Reporting](https://cachebox.ortusbooks.com/master-1/advanced-usage/cache-reporting.md)
- [Creating Your Own Skins](https://cachebox.ortusbooks.com/master-1/advanced-usage/cache-reporting/creating-your-own-skins.md)
- [Skin Templates](https://cachebox.ortusbooks.com/master-1/advanced-usage/cache-reporting/creating-your-own-skins/skin-templates.md)
- [ReportHandler](https://cachebox.ortusbooks.com/master-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler.md)
- [Action Commands](https://cachebox.ortusbooks.com/master-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler/action-commands.md)

## 7.x

- [Introduction](https://cachebox.ortusbooks.com/7.x-1/readme.md): CacheBox is an enterprise caching engine, aggregator and API for ColdFusion (CFML) applications.
- [Contributing Guide](https://cachebox.ortusbooks.com/7.x-1/readme/contributing-guide.md): The best way to contribute to WireBox
- [Release History](https://cachebox.ortusbooks.com/7.x-1/readme/readme.md): All the major information about WireBox Releases
- [What's New With 7.2.0](https://cachebox.ortusbooks.com/7.x-1/readme/readme/whats-new-with-7.2.0.md): November 18, 2023
- [What's New With 7.1.0](https://cachebox.ortusbooks.com/7.x-1/readme/readme/whats-new-with-7.1.0.md): August 3, 2023
- [What's New With 7.0.0](https://cachebox.ortusbooks.com/7.x-1/readme/readme/whats-new-with-7.0.0.md): Discover the power of WireBox 7.0.0
- [Upgrading to CacheBox 7](https://cachebox.ortusbooks.com/7.x-1/readme/upgrading-to-cachebox-7.md): The official CacheBox 7 upgrade guide
- [About This Book](https://cachebox.ortusbooks.com/7.x-1/readme/about-this-book.md)
- [Author](https://cachebox.ortusbooks.com/7.x-1/readme/about-this-book/author.md)
- [Overview](https://cachebox.ortusbooks.com/7.x-1/getting-started/overview.md): What is CacheBox?
- [Installing CacheBox](https://cachebox.ortusbooks.com/7.x-1/getting-started/installing-cachebox.md)
- [Creating CacheBox](https://cachebox.ortusbooks.com/7.x-1/getting-started/creating-cachebox.md)
- [Common CacheFactory Methods](https://cachebox.ortusbooks.com/7.x-1/getting-started/creating-cachebox/common-cachefactory-methods.md)
- [Cache Cleanup/Reaping](https://cachebox.ortusbooks.com/7.x-1/getting-started/creating-cachebox/cache-cleanup-reaping.md)
- [CacheBox Configuration](https://cachebox.ortusbooks.com/7.x-1/configuration/cachebox-configuration.md)
- [CacheBox DSL](https://cachebox.ortusbooks.com/7.x-1/configuration/cachebox-configuration/cachebox-dsl.md)
- [Default Cache](https://cachebox.ortusbooks.com/7.x-1/configuration/cachebox-configuration/cachebox-dsl/default-cache.md)
- [CacheBox Config Object](https://cachebox.ortusbooks.com/7.x-1/configuration/cachebox-configuration/cachebox-config-object.md)
- [ColdBox Configuration](https://cachebox.ortusbooks.com/7.x-1/configuration/cachebox-configuration/coldbox-configuration.md)
- [Cache Providers](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers.md)
- [CF Providers](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers/cf-providers.md)
- [Lucee Providers](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers/lucee-providers.md)
- [Mock Provider](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers/mock-provider.md)
- [CacheBox Provider](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers/cachebox-provider.md)
- [Couchbase Providers](https://cachebox.ortusbooks.com/7.x-1/usage/cache-providers/couchbase-providers.md)
- [CacheBox Object Stores](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores.md)
- [ConcurrentStore](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores/concurrentstore.md)
- [ConcurrentSoftReferenceStore](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores/concurrentsoftreferencestore.md)
- [DiskStore](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores/diskstore.md)
- [JDBCStore](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores/jdbcstore.md)
- [BlackholeStore](https://cachebox.ortusbooks.com/7.x-1/usage/cachebox-object-stores/blackholestore.md)
- [CacheBox Eviction Policies](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-eviction-policies.md)
- [Using Your Own Policy](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-eviction-policies/using-your-own-policy.md)
- [CacheBox Event Model](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-event-model.md)
- [CacheBox Events](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-event-model/cachebox-events.md)
- [Provider Events](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-event-model/provider-events.md)
- [Cache Listeners](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cachebox-event-model/cache-listeners.md)
- [Cache Reporting](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cache-reporting.md)
- [Creating Your Own Skins](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cache-reporting/creating-your-own-skins.md)
- [Skin Templates](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cache-reporting/creating-your-own-skins/skin-templates.md)
- [ReportHandler](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler.md)
- [Action Commands](https://cachebox.ortusbooks.com/7.x-1/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler/action-commands.md)
- [Caching Concepts](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/caching-concepts.md)
- [Caching Considerations](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/caching-concepts/caching-considerations.md)
- [Cache Loading](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/caching-concepts/cache-loading.md)
- [Definitions](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/caching-concepts/definitions.md)
- [Java Soft References](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/caching-concepts/java-soft-references.md)
- [Cache Topologies](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cache-topologies.md)
- [Single Instance/In-Process](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cache-topologies/single-instance-in-process.md)
- [Single Instance/Out-Process](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cache-topologies/single-instance-out-process.md)
- [Replicated](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cache-topologies/replicated.md)
- [Distributed](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cache-topologies/distributed.md)
- [CacheBox Architecture](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture.md)
- [CacheFactory](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/cachefactory.md)
- [CacheBoxConfig](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/cacheboxconfig.md)
- [EventManager](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/eventmanager.md)
- [ColdBox](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/coldbox.md)
- [LogBox](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/logbox.md)
- [ICacheProvider](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/icacheprovider.md)
- [ICacheStats](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/icachestats.md)
- [IObjectStore](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/iobjectstore.md)
- [IEvictionPolicy](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/ievictionpolicy.md)
- [AbstractEvictionPolicy](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/abstractevictionpolicy.md)
- [IColdboxApplicationCache](https://cachebox.ortusbooks.com/7.x-1/for-the-geeks/cachebox-architecture/icoldboxapplicationcache.md)

## 8.x

- [Introduction](https://cachebox.ortusbooks.com/readme.md): CacheBox is an enterprise caching engine, aggregator and API for ColdFusion (CFML) applications.
- [Contributing Guide](https://cachebox.ortusbooks.com/readme/contributing-guide.md): The best way to contribute to WireBox
- [Release History](https://cachebox.ortusbooks.com/readme/readme.md): All the major information about WireBox Releases
- [What's New With 8.1.0](https://cachebox.ortusbooks.com/readme/readme/whats-new-with-8.1.0.md): April 14, 2026
- [What's New With 7.2.0](https://cachebox.ortusbooks.com/readme/readme/whats-new-with-7.2.0.md): November 18, 2023
- [What's New With 7.1.0](https://cachebox.ortusbooks.com/readme/readme/whats-new-with-7.1.0.md): August 3, 2023
- [What's New With 7.0.0](https://cachebox.ortusbooks.com/readme/readme/whats-new-with-7.0.0.md): Discover the power of WireBox 7.0.0
- [Upgrading to CacheBox 7](https://cachebox.ortusbooks.com/readme/upgrading-to-cachebox-7.md): The official CacheBox 7 upgrade guide
- [About This Book](https://cachebox.ortusbooks.com/readme/about-this-book.md)
- [Author](https://cachebox.ortusbooks.com/readme/about-this-book/author.md)
- [Overview](https://cachebox.ortusbooks.com/getting-started/overview.md): What is CacheBox?
- [Installing CacheBox](https://cachebox.ortusbooks.com/getting-started/installing-cachebox.md)
- [Creating CacheBox](https://cachebox.ortusbooks.com/getting-started/creating-cachebox.md)
- [Common CacheFactory Methods](https://cachebox.ortusbooks.com/getting-started/creating-cachebox/common-cachefactory-methods.md)
- [Cache Cleanup/Reaping](https://cachebox.ortusbooks.com/getting-started/creating-cachebox/cache-cleanup-reaping.md)
- [CacheBox Configuration](https://cachebox.ortusbooks.com/configuration/cachebox-configuration.md)
- [CacheBox DSL](https://cachebox.ortusbooks.com/configuration/cachebox-configuration/cachebox-dsl.md)
- [Default Cache](https://cachebox.ortusbooks.com/configuration/cachebox-configuration/cachebox-dsl/default-cache.md)
- [CacheBox Config Object](https://cachebox.ortusbooks.com/configuration/cachebox-configuration/cachebox-config-object.md)
- [ColdBox Configuration](https://cachebox.ortusbooks.com/configuration/cachebox-configuration/coldbox-configuration.md)
- [Cache Providers](https://cachebox.ortusbooks.com/usage/cache-providers.md)
- [CF Providers](https://cachebox.ortusbooks.com/usage/cache-providers/cf-providers.md)
- [Lucee Providers](https://cachebox.ortusbooks.com/usage/cache-providers/lucee-providers.md)
- [Mock Provider](https://cachebox.ortusbooks.com/usage/cache-providers/mock-provider.md)
- [CacheBox Provider](https://cachebox.ortusbooks.com/usage/cache-providers/cachebox-provider.md)
- [BoxLang Providers](https://cachebox.ortusbooks.com/usage/cache-providers/boxlang-providers.md)
- [Couchbase Providers](https://cachebox.ortusbooks.com/usage/cache-providers/couchbase-providers.md)
- [CacheBox Object Stores](https://cachebox.ortusbooks.com/usage/cachebox-object-stores.md)
- [ConcurrentStore](https://cachebox.ortusbooks.com/usage/cachebox-object-stores/concurrentstore.md)
- [ConcurrentSoftReferenceStore](https://cachebox.ortusbooks.com/usage/cachebox-object-stores/concurrentsoftreferencestore.md)
- [DiskStore](https://cachebox.ortusbooks.com/usage/cachebox-object-stores/diskstore.md)
- [JDBCStore](https://cachebox.ortusbooks.com/usage/cachebox-object-stores/jdbcstore.md)
- [BlackholeStore](https://cachebox.ortusbooks.com/usage/cachebox-object-stores/blackholestore.md)
- [CacheBox Eviction Policies](https://cachebox.ortusbooks.com/advanced-usage/cachebox-eviction-policies.md)
- [Using Your Own Policy](https://cachebox.ortusbooks.com/advanced-usage/cachebox-eviction-policies/using-your-own-policy.md)
- [CacheBox Event Model](https://cachebox.ortusbooks.com/advanced-usage/cachebox-event-model.md)
- [CacheBox Events](https://cachebox.ortusbooks.com/advanced-usage/cachebox-event-model/cachebox-events.md)
- [Provider Events](https://cachebox.ortusbooks.com/advanced-usage/cachebox-event-model/provider-events.md)
- [Cache Listeners](https://cachebox.ortusbooks.com/advanced-usage/cachebox-event-model/cache-listeners.md)
- [Cache Reporting](https://cachebox.ortusbooks.com/advanced-usage/cache-reporting.md)
- [Creating Your Own Skins](https://cachebox.ortusbooks.com/advanced-usage/cache-reporting/creating-your-own-skins.md)
- [Skin Templates](https://cachebox.ortusbooks.com/advanced-usage/cache-reporting/creating-your-own-skins/skin-templates.md)
- [ReportHandler](https://cachebox.ortusbooks.com/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler.md)
- [Action Commands](https://cachebox.ortusbooks.com/advanced-usage/cache-reporting/creating-your-own-skins/reporthandler/action-commands.md)
- [Caching Concepts](https://cachebox.ortusbooks.com/for-the-geeks/caching-concepts.md)
- [Caching Considerations](https://cachebox.ortusbooks.com/for-the-geeks/caching-concepts/caching-considerations.md)
- [Cache Loading](https://cachebox.ortusbooks.com/for-the-geeks/caching-concepts/cache-loading.md)
- [Definitions](https://cachebox.ortusbooks.com/for-the-geeks/caching-concepts/definitions.md)
- [Java Soft References](https://cachebox.ortusbooks.com/for-the-geeks/caching-concepts/java-soft-references.md)
- [Cache Topologies](https://cachebox.ortusbooks.com/for-the-geeks/cache-topologies.md)
- [Single Instance/In-Process](https://cachebox.ortusbooks.com/for-the-geeks/cache-topologies/single-instance-in-process.md)
- [Single Instance/Out-Process](https://cachebox.ortusbooks.com/for-the-geeks/cache-topologies/single-instance-out-process.md)
- [Replicated](https://cachebox.ortusbooks.com/for-the-geeks/cache-topologies/replicated.md)
- [Distributed](https://cachebox.ortusbooks.com/for-the-geeks/cache-topologies/distributed.md)
- [CacheBox Architecture](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture.md)
- [CacheFactory](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/cachefactory.md)
- [CacheBoxConfig](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/cacheboxconfig.md)
- [EventManager](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/eventmanager.md)
- [ColdBox](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/coldbox.md)
- [LogBox](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/logbox.md)
- [ICacheProvider](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/icacheprovider.md)
- [IColdboxApplicationCache](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/icoldboxapplicationcache.md)
- [ICacheStats](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/icachestats.md)
- [IObjectStore](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/iobjectstore.md)
- [IEvictionPolicy](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/ievictionpolicy.md)
- [AbstractEvictionPolicy](https://cachebox.ortusbooks.com/for-the-geeks/cachebox-architecture/abstractevictionpolicy.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cachebox.ortusbooks.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
