Blog

Lucee 5 Couchbase Extension released

Brad Wood April 11, 2017

Spread the word

Brad Wood

April 11, 2017

Spread the word


Share your thoughts


We are pleased to announce the release of version 3.0.0 of our Couchbase Lucee Extension which brings support for Lucee 5 and the latest Couchbase SDK.  Couchbase is a popular NoSQL database and caching document store which can be scaled horizontally for high availability and redundancy.  The Ortus Lucee Couchbase extension comes with the following features for all your Lucee 5 servers:

Features

  • Seamlessly store session data in an external Couchbase cluster with no application code changes
  • Store client scope data in the same manner
  • Create named caches in the Lucee administrator
  • Cache queries
  • Cache deterministic function calls
  • Cache generic objects with cachePut() and cacheGet()
  • Cache templates
  • Provides additional native CFML functions to the server you can use in your code
  • Provides an interface for querying cached data

This new version is a major upgrade that updates the underlying Java libraries for Couchbase to be the latest version which adds support for the N1QL querying language.  This version also takes advantage of Lucee Server's new OSGI-based architecture.  The jars used in the extension no longer are affected by other installed extensions or jar versions from the Lucee core.  This makes the extension even more portable and prevents it from interfering with anything else.

We've also revamped how trials work to make it even easier to give this extension a try.  Simply follow the installation instructions to get a 1 month trial that you can activate at any time with a license key. Please head over to our product page to read me and to purchase this extension for your Lucee 5 servers.

Add Your Comment

Recent Entries

One Language, Every Runtime: BoxLang Expands Beyond the Server

One Language, Every Runtime: BoxLang Expands Beyond the Server

Discover how BoxLang’s multi-runtime architecture helps developers build beyond the server with support for serverless functions, desktop applications, CI/CD workflows, Java integrations, containers, runtime management, and more.

Maria Jose Herrera
Maria Jose Herrera
June 04, 2026
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
BoxLang 1.14.0 : BoxSet is Here: BoxLang's New First-Class Set Type

BoxLang 1.14.0 : BoxSet is Here: BoxLang's New First-Class Set Type

BoxLang 1.14.0 ships something that JVM developers have wanted for a long time: a true first-class Set type baked directly into the language. Not a wrapper you reach for manually, not a createObject( "java", "java.util.HashSet" ) incantation you paste from a Stack Overflow answer years ago. A real BoxSet with literal syntax, operator overloads, a full functional pipeline, change listeners, JSON serialization, and deep Java interop.

Luis Majano
Luis Majano
June 03, 2026