Skip to content

theotw/chatty-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatty Cache

This is a simple caching system that holds values in memory using a last recently used purging system. Cache size is bounded to specific number of bytes set by the user at startup.

Optionally, cache messages can be shared across nodes in a system for an in memory distributed cache.

Right now it uses NATS as its method to distribute cache data

About

A simple caching system that does not use an extra service, only trades objects among nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages