| | Intermittent Exception from MetadataIndexer | | | | | Fixed | Jul 7, 2022 | Oct 7, 2022 | | |
| | Remove the usage of identity hash codes, they are no longer relevant and can cause contention under load | | | | | Fixed | Jun 21, 2022 | Jun 21, 2022 | | |
| | JDBCStore Dynamically generate queryExecute options + new config to always include DSN due to ACF issues | | | | | Fixed | Feb 14, 2022 | Feb 14, 2022 | | |
| | Bug in JDBCMetadataIndexer sortedKeys() using non-existent variable `arguments.objectKey` | | | | | Fixed | Feb 7, 2022 | Feb 9, 2022 | | |
| | Lower logging verbosity of cache reaping from info to debug messages | | | | | Fixed | Jan 28, 2022 | Jan 28, 2022 | | |
| | Unable to Serialize Object with JDBC Store and Lucee | | | | | Known Error | Jan 20, 2022 | Jan 20, 2022 | | |
| | JDBCStore Objects No Longer Have Mementifier When Retrieved from Cache | | | | | Known Error | Jan 20, 2022 | Jan 20, 2022 | | |
| | Fixed method return value + SQL compatibility on jdbc metadata indexer thanks to @homestar9 | | | | | Fixed | Jan 19, 2022 | Jan 19, 2022 | | |
| | reap operation was not ignoring 0 values for last access timeouts | | | | | Fixed | Nov 10, 2021 | Nov 10, 2021 | | |
| | Typo in queryExecute Attribute "datasource" in the JDBCStore.cfc | | | | | Fixed | Oct 1, 2021 | Jan 21, 2022 | | |
| | Replace IIF and urlEncodedFormat on cache content reports | | | | | Fixed | Aug 20, 2021 | Aug 20, 2021 | | |
| | Parameter is not of type cachebox.system.logging.LogEvent when re-using LogBox standalone configuration | | | | | Won't Fix | Jul 4, 2021 | Jul 9, 2021 | | |
| | Pass init params on to LogBox on creation | | | | | Unresolved | Jul 4, 2021 | Jul 4, 2021 | | |
| | Support ad-hoc struct of init params made available to the config (like WireBox) | | | | | Unresolved | Jul 4, 2021 | Jul 4, 2021 | | |
| | BlackHoleStore never finishes reap() method | | | | | Fixed | Jul 4, 2021 | Jul 8, 2021 | | |
| | getStoreMetadataReport() - wrong order of the reduce() parameters | | | | | Fixed | Mar 9, 2021 | Mar 10, 2021 | | |
| | Cachebox concurrent store meta index not thread safe during reaping | | | | | Fixed | Jan 12, 2021 | Jun 20, 2022 | | |
| | CacheBox not handling wirebox, logbox, and asynmanager instances properly | | | | | Fixed | Jan 12, 2021 | Jan 12, 2021 | | |
| | Migrations to script and more fluent programming | | | | | Fixed | Aug 5, 2020 | Aug 5, 2020 | | |
| | cfthread-20506;variable [ATTRIBUES] doesn't exist;lucee.runtime.exp.ExpressionException: variable [ATTRIBUES] doesn't exist | | | | | Fixed | Jul 14, 2020 | Jul 14, 2020 | | |
| | CacheFactory gets a reference to an asyncManager and a task scheduler whether they are in ColdBox or non-ColdBox mode | | | | | Fixed | Apr 9, 2020 | Apr 10, 2020 | | |
| | Announced Events in the set() of the cacheBoxProvider | | | | | Fixed | Dec 10, 2019 | Apr 20, 2020 | | |
| | Left over typo from script conversion on lucee stats | | | | | Fixed | Aug 19, 2019 | Aug 19, 2019 | | |
| | LuceeProvider overwrites cacheName config property with default | | | | | Fixed | Aug 19, 2019 | Sep 10, 2019 | | |
| | AbstractCacheProvider.getOrSet(): local var unscoped when checking if null | | | | | Fixed | Jul 31, 2019 | Aug 16, 2019 | | |
| | Regression on CacheBox stats interface | | | | | Fixed | May 10, 2019 | May 10, 2019 | | |
| | setMulti(), getMulti(), lookupMulti(), clearMulti(),getCachedObjectMetadataMulti() is now available on all cache providers | | | | | Fixed | Apr 17, 2019 | Apr 17, 2019 | | |
| | lookup operations on ACF providers updated to leverage cacheIdExists() improves operation by over 50x | | | | | Fixed | Apr 15, 2019 | Apr 17, 2019 | | |
| | getQuiet(), clearQuiet(), getSize(), clearAll(), expireAll() broken in acf providers | | | | | Fixed | Apr 15, 2019 | Apr 17, 2019 | | |
| | Consolidated usages of the abstract cache provider to all providers to avoid redundancy | | | | | Fixed | Apr 15, 2019 | Apr 17, 2019 | | |
| | getOrSet() provider method doesn't work with full null support | | | | | Fixed | Apr 3, 2019 | Apr 3, 2019 | | |
| | Global script conversion and code optimizations | | | | | Fixed | Mar 22, 2019 | Apr 17, 2019 | | |
| | New setting: `resetTimeoutOnAccess` to allow the ability to reset timeout access for entries | | | | | Fixed | Mar 1, 2019 | Apr 17, 2019 | | |
| | Increased timeout on `getOrSet` lock | | | | | Fixed | Feb 15, 2019 | Apr 17, 2019 | | |
| | CacheboxProvider metadata and stores: use CFML functions on java hash maps breaks concurrency | | | | | Fixed | Feb 12, 2019 | Apr 12, 2019 | | |
| | Cachebox doesn't announce afterCacheRegistration | | | | | Won't Fix | Jun 12, 2018 | Jun 28, 2018 | | |
| | Minor optimizations on code execution | | | | | Fixed | Apr 20, 2018 | Apr 20, 2018 | | |
| | REmoved all railo references and lucee optimizations | | | | | Fixed | Apr 20, 2018 | Apr 20, 2018 | | |
| | Rewrite CacheBox DiskStore to not rely on in-memory indexer | | | | | Unresolved | Apr 17, 2018 | Oct 1, 2018 | | |
| | How to clearEvent from runEvent-cache | | | | | Fixed | Feb 2, 2017 | Apr 17, 2018 | | |
| | Cache policy error is thrown incorrectly | | | | | Fixed | May 19, 2016 | May 19, 2016 | | |
| | Migrate Couchbase Cachebox Provider to ColdBox 4.0 Module | | | | | Done | Jan 30, 2016 | Feb 14, 2016 | | |
| | Custom LogboxConfig will NEVER be used if Cachebox is used in Standalone Mode | | | | | Fixed | Jan 8, 2016 | Feb 4, 2016 | | |
| | Convert CacheBox's LRU policy to script | | | | | Fixed | Oct 10, 2015 | Mar 7, 2016 | | |
| | Convert CacheBox's LIFO policy to script | | | | | Fixed | Oct 10, 2015 | Mar 28, 2016 | | |
| | Convert CacheBox's LFU policy to script | | | | | Fixed | Oct 10, 2015 | Mar 28, 2016 | | |
| | Convert CacheBox's FIFO policy to script | | | | | Fixed | Oct 10, 2015 | Mar 28, 2016 | | |
| | Update the documentation URL in box.json | | | | | Fixed | Aug 26, 2015 | Oct 6, 2015 | | |
| | Provide examples of using CacheBox | | | | | Fixed | Jun 16, 2015 | Sep 21, 2016 | | |
| | Update reporter to allow for reporting Couchbase or Memcached caches | | | | | Fixed | Feb 24, 2015 | Feb 24, 2015 | | |