nebulex
nebulex copied to clipboard
In-memory and distributed caching toolkit for Elixir.
Given we cannot control the compilation order of dependencies, we ran into an issue where attempting to `use Nebulex.Caching` results in the following error: `module Nebulex.Caching is not loaded and...
I'm able to easily switch adapters before the supervision tree starts, but I'm somewhat confused on the best approach to the decorator pattern and how it might work with different...
Hello guys! First of all, I want to congratulate with you for the amazing job of this application. In our use case, we use Kubernetes to deploy the application and...
Based on [NearCache topology documentation](https://docs.oracle.com/cd/E14526_01/coh.350/e14510/nearcache.htm#COHGS229), implement the **"Present"** strategy This also addresses issue #18
Provide a guide to explain in detail and step by step how to implement a new adapter.
The idea with this adapter is to provide another backend and be able to support different distributed topologies (replicated topology is a must).
I have observed an issue with referenced keys and dangling references on `cache_evict`. This is based on the `UserAccounts` example from the docs (https://hexdocs.pm/nebulex/Nebulex.Caching.Decorators.html#cacheable/3-referenced-keys). I have a mock database implementation,...
The names of functions are not carefully selected, please feel free to change.