This class can be used to store and retrieve information in shared memory.
It can open a shared memory segment with a given key and store any data in this memory and read from it.
The class can also retrieve the value previously stored, even if it was in a previous request by a different user.
The class uses a mutex to prevent multiple requests storing and retrieving values from the memory at the same time.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.