Summary
- File
- Package hierarchy Data\store
- Class hierarchy \RAMDataStore
- Implements \DataStore
This is a very efficient data store, but its principal weakness is that it's life span is very short, in fact it's the page's execution.
It's to use when you know that the data you want to store will be accessed several times during the page execution.