Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.13 KB

File metadata and controls

51 lines (31 loc) · 1.13 KB

leo_cache

Overview

leo_cache is an object cache-controller which provides layered caching using RAM cache-server and Disc cache-server.

Requirements

  • Erlang/OTP 22 or later (tested up to OTP 28)
  • rebar3

Build

$ rebar3 compile

Test

$ rebar3 eunit

Usage

$ make all

This runs compile, xref, and eunit tests.

Dependencies

Usage in Leo Project

leo_cache is used in leo_gateway and leo_storage. It is used to store data on RAM/Disk to maintain application performance.

License

Apache License, Version 2.0

Sponsors