CacheBox: Enterprise Caching
7.x
7.x
  • Introduction
    • Contributing Guide
    • Release History
      • What's New With 7.2.0
      • What's New With 7.1.0
      • What's New With 7.0.0
    • Upgrading to CacheBox 7
    • About This Book
      • Author
  • Getting Started
    • Overview
    • Installing CacheBox
    • Creating CacheBox
      • Common CacheFactory Methods
      • Cache Cleanup/Reaping
  • Configuration
    • CacheBox Configuration
      • CacheBox DSL
        • Default Cache
      • CacheBox Config Object
      • ColdBox Configuration
  • Usage
    • Cache Providers
      • CF Providers
      • Lucee Providers
      • Mock Provider
      • CacheBox Provider
      • Couchbase Providers
    • CacheBox Object Stores
      • ConcurrentStore
      • ConcurrentSoftReferenceStore
      • DiskStore
      • JDBCStore
      • BlackholeStore
  • Advanced Usage
    • CacheBox Eviction Policies
      • Using Your Own Policy
    • CacheBox Event Model
      • CacheBox Events
      • Provider Events
      • Cache Listeners
    • Cache Reporting
      • Creating Your Own Skins
        • Skin Templates
        • ReportHandler
          • Action Commands
  • For The Geeks
    • Caching Concepts
      • Caching Considerations
      • Cache Loading
      • Definitions
      • Java Soft References
    • Cache Topologies
      • Single Instance/In-Process
      • Single Instance/Out-Process
      • Replicated
      • Distributed
    • CacheBox Architecture
      • CacheFactory
      • CacheBoxConfig
      • EventManager
      • ColdBox
      • LogBox
      • ICacheProvider
      • ICacheStats
      • IObjectStore
      • IEvictionPolicy
      • AbstractEvictionPolicy
      • IColdboxApplicationCache
Powered by GitBook
On this page
  • CacheBox Manual - Version 7.x
  • Versioning
  • License
  • Discussion & Help
  • Reporting a Bug
  • Jira Issue Tracking
  • Professional Open Source
  • Resources
  • HONOR GOES TO GOD ABOVE ALL

Was this helpful?

Edit on GitHub
Export as PDF

Introduction

CacheBox is an enterprise caching engine, aggregator and API for ColdFusion (CFML) applications.

NextContributing Guide

Last updated 1 year ago

Was this helpful?

   _____           _          ____            
  / ____|         | |        |  _ \           
 | |     __ _  ___| |__   ___| |_) | _____  __
 | |    / _` |/ __| '_ \ / _ \  _ < / _ \ \/ /
 | |___| (_| | (__| | | |  __/ |_) | (_) >  < 
  \_____\__,_|\___|_| |_|\___|____/ \___/_/\_\

CacheBox Manual - Version 7.x

CacheBox is a standalone framework for ColdFusion (CFML) applications and it is also bundled with the ColdBox Platform.

Versioning

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)

  • New additions without breaking backward compatibility bumps the minor (and resets the patch)

  • Bug fixes and misc changes bumps the patch

License

  • Copyright by Ortus Solutions, Corp

  • ColdBox, CacheBox, Wirebox, LogBox are registered trademarks by Ortus Solutions, Corp

Discussion & Help

Reporting a Bug

Jira Issue Tracking

Professional Open Source

  • Custom Development

  • Professional Support & Mentoring

  • Training

  • Server Tuning

  • Security Hardening

  • Code Reviews

Resources

HONOR GOES TO GOD ABOVE ALL

Because of His grace, this project exists. If you don't like this, then don't read it, its not for you.

"Therefore being justified by **faith**, we have peace with God through our Lord Jesus Christ: By whom also we have access by **faith** into this **grace** wherein we stand, and rejoice in hope of the glory of God." Romans 5:5

CacheBox is a cache aggregator, in which you can aggregate different caching engines or types of the same engine into one single umbrella. It gives you built in logging (via ), an event model, synchronization, shutdown/startup procedures, reporting, interaction consoles and best of all a cache agnostic API.

CacheBox is maintained under the guidelines as much as possible. Releases will be numbered with the following format:

The ColdBox Platform, CacheBox is open source and licensed under the License.

The Box products help and discussion groups can be found here:

We all make mistakes from time to time :) So why not let us know about it and help us out. We also love pull requests, so please star us and fork us:

ColdBox is a professional open source software backed by offering services like:

Official Site:

CFCasts Video Training:

Source Code:

Bug Tracker:

Twitter:

Facebook:

Vimeo Channel:

LogBox
Semantic Versioning
Apache 2
https://community.ortussolutions.com/
https://github.com/coldbox/coldbox-platform
https://ortussolutions.atlassian.net/browse/COLDBOX
https://ortussolutions.atlassian.net/browse/WIREBOX
https://ortussolutions.atlassian.net/browse/LOGBOX
https://ortussolutions.atlassian.net/browse/CACHEBOX
Ortus Solutions, Corp
Much More
http://www.coldbox.org
https://www.cfcasts.com
https://github.com/coldbox/coldbox-platform
https://ortussolutions.atlassian.net/browse/CACHEBOX
@coldbox
https://www.facebook.com/coldboxplatform
http://vimeo.com/channels/coldbox
CacheBox
Ortus Solutions, Corp