com.brunobonacci/ring-boost

A library to boost performances of Clojure web applications with off-heap serverside caching.


Keywords
boost-performances, cache, off-heap-serverside-caching
License
Apache-2.0

Documentation

ring-boost

I library to boost performances of Clojure web applications with off-heap serverside caching.

Usage

In order to use the library add the dependency to your project.clj

[com.brunobonacci/ring-boost "0.1.0-SNAPSHOT"]

Current version: Clojars Project

Then require the namespace:

(ns foo.bar
  (:require [com.brunobonacci.ring-boost :as x]))

Then it's up to you...

License

Copyright © 2018 Bruno Bonacci - Distributed under the Apache License v 2.0 (http://www.apache.org/licenses/LICENSE-2.0)