Method Cache.Storage.Base()->get()
- Method get
int(0..0)|Cache.Data get(string key, void|bool notouch)
- Description
Fetch some data from the cache synchronously.
- Note
Be careful, as with some storage managers it might block the calling thread for some time.