Volatile
what is volatile layer
Answers
Answered by
2
A volatile layer is a key/value store where values for a given key can change and only the latest value is retrievable. As new data is published, old data is overwritten. Volatile layers use in-memory storage.
Similar questions