Blog

CacheBox 1.3.1 Released

Luis Majano March 27, 2012

Spread the word

Luis Majano

March 27, 2012

Spread the word


Share your thoughts

Welcome to release week! Our first release in our list is CacheBox version 1.3.1.  Here are some useful resources:

This release focuses on several critical fixes for using Railo caches or ehCaches embedded in ColdFusion 9 and above.  We have also improved considerably the reporting engine for the caches and also gave you the ability to create caches on the fly and register them in any cache factory.

 

cache = cacheBox.createCache(name="AwesomeCache",
			     provider="cachebox.system.cache.providers.RailoProvider",
			     properties={name='ehCacheLite'});
So Enjoy the release!

Add Your Comment

Recent Entries

Building Native CLI Apps with MatchBox & Native Fusion

Building Native CLI Apps with MatchBox & Native Fusion

MatchBox makes BoxLang practical for a classic deployment target: the single-file command-line application.

The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox.

With the MatchBox native target, you can compile a .bxs script into a standalone executable for macOS, Linux, or Windows. The generated binary includes the MatchBox VM core and your compiled BoxLang bytecode. It does not require a JVM, a separate MatchBox install, or any runtime on the target machine.

Jacob Beers
Jacob Beers
July 14, 2026