Memcached (gb.memcached)
Constants
Deleted
Indicates that the object was successfully deleted.
Exists
Indicates that the item you are trying to store with a
cas command has been modified since you last fetched it.
NotFound
Indicates that an item with this key was not found.
Stored
Indicates that the object was successfully stored.
Touched
Indicates the the object's expiration time was updated.
Properties
Debug
Returns or sets the debugging mode.
Error
Returns the error string returned by the last command that failed.
Host
Returns or sets the memcached server.
Port
Return or set the port used for connecting to the memcached server.
Version
Returns the version of the memcached server.
Methods
Close
Disconnects from the server.
Exec
Provides direct access to the server.
Flush
Expires every object in the memcached daemon.
Open
Starts the connection to the memcached server.