Blog

CacheBox 1.6.0 Released!

Luis Majano December 18, 2013

Spread the word

Luis Majano

December 18, 2013

Spread the word


Share your thoughts

logo

We are proud to announce CacheBox version 1.6.0. You can read our What's new with CacheBox 1.6 to get a better idea of this release.

Bugs Squashed

  • [CACHEBOX-14] - Stats incorrect using Railo Provider
  • [CACHEBOX-15] - Error if timeout is passed in as empty string
  • [CACHEBOX-16] - Gracefully handle cache engines that can't list keys
  • [CACHEBOX-20] - Method getQuiet in cachebox.system.cache.providers.CacheBoxProvider uses normal get method

New Features & Improvements

  • [CACHEBOX-13] - Increased top level on cache dumper
  • [CACHEBOX-18] - Update internal logging to debug instead of info, too much chatter.
  • [CACHEBOX-3] - Create graph to show how full the cache is
  • [CACHEBOX-7] - New method: getOrSet() Allow caching a snippet of code with a single provider method via a closure or udf
  • [CACHEBOX-10] - Allow config path as string in CacheBox init (standalone)

Resources:

Add Your Comment

Recent Entries

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

MatchBox and WebAssembly: Running BoxLang in the Browser and at the Edge

The MatchBox open beta is live at https://boxlang.ortusbooks.com/boxlang-framework/matchbox, and it brings something genuinely new to the BoxLang ecosystem: a path into WebAssembly.

That means BoxLang code can now move into browser applications, static-site deployments, edge runtimes, and WASI-style containers - without requiring a JVM. The feature is still beta, but the core direction is already useful: write BoxLang, compile it with MatchBox, and ship the generated WASM artifact to wherever a small portable runtime makes sense.

Jacob Beers
Jacob Beers
June 04, 2026