Local Memory Cache in Server

You can cache everything in server. the data is thread safe and can access everywhere.
For instance:

Save data to cache:
Get data from cache: 你好,张三!
Index of the data: 1
Delete the data: OK!
Now, the data index is -1