Api

The cache has 2 main concerns.

Input-output

Getting items into and out of the cache efficiently

  • put

  • get

  • evict

  • queue

Time travel

Provide snapshots of the application store at any given moment. One can navigate back and forth on threads containing different snapshot sequences.

Last updated