Popularity
7.5
Growing
Activity
4.8
-
1,959
496
242

Description

EVCache is a memcached & spymemcached based caching solution that is mainly used for AWS EC2 infrastructure for caching frequently used data.

Code Quality Rank: L1
Programming language: Java
License: Apache License 2.0
Tags: Database     Cache     AWS     Cache Store    
Latest version: v5.18.17

EVCache alternatives and similar libraries

Based on the "Database" category.
Alternatively, view EVCache alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of EVCache or a related project?

Add another 'Database' Library

README

EVCache

Join the chat at https://gitter.im/Netflix/EVCache

EVCache is a memcached & spymemcached based caching solution that is mainly used for AWS EC2 infrastructure for caching frequently used data.

EVCache is an abbreviation for:

  • Ephemeral - The data stored is for a short duration as specified by its TTL (Time To Live).
  • Volatile - The data can disappear any time (Evicted).
  • Cache - An in-memory key-value store.

ScreenShot