cache_clear_all |
./memcache.db.inc |
Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page table. |
1 |
|
cache_clear_all |
./memcache.inc |
Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page table. |
1 |
|
cache_get |
./memcache.db.inc |
Return data from the persistent cache. |
|
|
cache_get |
./memcache.inc |
Return data from the persistent cache. |
|
|
cache_set |
./memcache.db.inc |
Store data in the persistent cache. |
1 |
|
cache_set |
./memcache.inc |
Store data in memcache. |
1 |
|
dmemcache_delete |
./dmemcache.inc |
Deletes an item from the cache. |
4 |
|
dmemcache_flush |
./dmemcache.inc |
Immediately invalidates all existing items. dmemcache_flush doesn't actually free any
resources, it only marks all the items as expired, so occupied memory will be overwritten by
new items. |
2 |
|
dmemcache_get |
./dmemcache.inc |
Retrieve a value from the cache. |
5 |
|
dmemcache_key |
./dmemcache.inc |
|
3 |
|
dmemcache_object |
./dmemcache.inc |
Returns an Memcache object based on the bin requested. Note that there is
nothing preventing developers from calling this function directly to get the
Memcache object. Do this if you need functionality not provided by this API
or if you need to use… |
5 |
|
dmemcache_set |
./dmemcache.inc |
Place an item into memcache |
4 |
|
dmemcache_stats |
./dmemcache.inc |
|
1 |
1 |
filter_user |
./memcache-session.inc |
Implement hook_user() using a required module's namespace since memcache is
not a module and thus can't implement hooks directly. |
|
|
memcache_admin_admin_settings |
memcache_admin/memcache_admin.module |
Settings form |
|
1 |
memcache_admin_init |
memcache_admin/memcache_admin.module |
For the collection of memcache stats. This small .js file makes sure that the
HTML displaying the stats is inside of the <body> part of the HTML
document. |
|
|
memcache_admin_menu |
memcache_admin/memcache_admin.module |
Implementation of hook_menu |
|
|
memcache_admin_perm |
memcache_admin/memcache_admin.module |
Implementation of hook_perm |
|
|
memcache_admin_requirements |
memcache_admin/memcache_admin.install |
|
|
|
memcache_admin_shutdown |
memcache_admin/memcache_admin.module |
See memcache_admin_init() which registers this function as a shutdown function.
Displays memcache stats in the footer. |
|
1 |
memcache_admin_stats |
memcache_admin/memcache_admin.module |
Memcahe Stats page |
|
1 |
memcache_clone |
./memcache.db.inc |
Provide a substitute clone() function for PHP4. This is a copy of drupal_clone
because common.inc isn't included early enough in the bootstrap process to
be able to depend on drupal_clone. |
2 |
|
memcache_clone |
./memcache.inc |
Provide a substitute clone() function for PHP4. This is a copy of drupal_clone
because common.inc isn't included early enough in the bootstrap process to
be able to depend on drupal_clone. |
2 |
|
memcache_install |
./memcache.install |
Add serialized field to cache tables. |
|
|
memcache_uninstall |
./memcache.install |
Remove serialized field from cache tables |
|
|
memcache_update_1 |
./memcache.install |
Add serialized field to cache tables |
|
|
session_save_session |
./memcache-session.inc |
Determine whether to save session data of the current request. |
1 |
|
sess_close |
./memcache-session.inc |
|
|
|
sess_count |
./memcache-session.inc |
Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both.
Would be insane slow with memcached as we would need to retrieve at least the stats of all object.
Not implemented. |
|
|
sess_destroy_sid |
./memcache-session.inc |
Called by PHP session handling with the PHP session ID to end a user's session. |
|
|
sess_destroy_uid |
./memcache-session.inc |
End a specific user's session. Not implemented. |
|
|
sess_gc |
./memcache-session.inc |
|
|
|
sess_open |
./memcache-session.inc |
|
|
|
sess_read |
./memcache-session.inc |
|
|
|
sess_regenerate |
./memcache-session.inc |
|
|
|
sess_user_load |
./memcache-session.inc |
|
2 |
|
sess_write |
./memcache-session.inc |
|
|
|
theme_memcache_admin_stats_table |
memcache_admin/memcache_admin.module |
Theme function for rendering the output from memcache_admin_stats |
|
|
_memcache_admin_get_bin_for_cluster |
memcache_admin/memcache_admin.module |
Retrieve the cluster for any given bin |
2 |
|