Oracle 5.0 Reference Manual page 1371

Table of Contents

Advertisement

• size: The size of the data.
item-unlink(key, size)
Fired when an item is being deleted.
Arguments:
• key: The items key.
• size: The size of the data.
item-remove(key, size)
Fired when the refcount for an item is reduced.
Arguments:
• key: The item's key.
• size: The size of the data.
item-update(key, size)
Fired when the "last referenced" time is updated.
Arguments:
• key: The item's key.
• size: The size of the data.
item-replace(oldkey, oldsize, newkey, newsize)
Fired when an item is being replaced with another item.
Arguments:
• oldkey: The key of the item to replace.
• oldsize: The size of the old item.
• newkey: The key of the new item.
• newsize: The size of the new item.
process-command-start(connid, request, size)
Fired when the processing of a command starts.
Arguments:
• connid: The connection ID.
• request: The incoming request.
• size: The size of the request.
process-command-end(connid, response, size)
Fired when the processing of a command is done.
Arguments:
Using
memcached
1351

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents