Extracted from Pike v7.6 release 112 at 2009-09-11.
pike.ida.liu.se
[Top]
Cache
Cache.Storage
Cache.Storage.Base

Method Cache.Storage.Base()->get()


Method get

int(0..0)|Cache.Data get(string key, void|int(0..1) 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.