simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.

Home Page:https://swaydb.simer.au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pluggable cache libraries

simerplaha opened this issue · comments

commented

Currently an Actor based caching is used which does not implement LRU and requires an Actor thread to process the cache.

We need a pluggable caching interface similar to compression & effect type constructors to support other external caching libraries like Guava & Caffiene.

commented

Postpond