What is EVCache?

Ephemeral Volatile memCache is a fast, distributed, resilient, highly available data store for the cloud

  • Ephemeral : It is intended to store transient data that can disappear
  • Volatile : In-Memory key-value store where data (strings, objects) can change
  • Cache : Uses memcached & in some cases backed by RocksDB