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. |
7 |
|
cache_clear_all |
./memcache.inc |
Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
7 |
|
cache_get |
./memcache.db.inc |
Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
6 |
|
cache_get |
./memcache.inc |
Return data from the persistent cache. |
6 |
|
cache_set |
./memcache.db.inc |
Store data in the persistent cache. |
9 |
|
cache_set |
./memcache.inc |
Store data in memcache. |
9 |
|
dmemcache_add |
./dmemcache.inc |
Add an item into memcache |
1 |
|
dmemcache_close |
./dmemcache.inc |
Close the connection to the memcache instance. |
2 |
|
dmemcache_connect |
./dmemcache.inc |
Initiate a connection to memcache. |
3 |
|
dmemcache_delete |
./dmemcache.inc |
Deletes an item from the cache. |
9 |
|
dmemcache_extension |
./dmemcache.inc |
Determine which memcache extension to use: memcache or memcached. |
6 |
|
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. |
1 |
|
dmemcache_get |
./dmemcache.inc |
Retrieve a value from the cache. |
13 |
|
dmemcache_get_multi |
./dmemcache.inc |
Retrieve multiple values from the cache. |
2 |
|
dmemcache_instance |
./dmemcache.inc |
Return a new memcache instance. |
3 |
|
dmemcache_key |
./dmemcache.inc |
|
10 |
|
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… |
12 |
1 |
dmemcache_piece_cache_get |
./dmemcache.inc |
Determine if a key has multi-piece values. |
1 |
|
dmemcache_piece_cache_set |
./dmemcache.inc |
Track active keys with multi-piece values, necessary for efficient cleanup. |
2 |
|
dmemcache_set |
./dmemcache.inc |
Place an item into memcache |
10 |
1 |
dmemcache_static |
./dmemcache.inc |
Provides central static variable storage. |
8 |
|
dmemcache_static_reset |
./dmemcache.inc |
Resets one or all centrally stored static variable(s). |
1 |
|
dmemcache_stats |
./dmemcache.inc |
|
3 |
1 |
dmemcache_stats_init |
./dmemcache.inc |
Collect statistics if enabled. |
6 |
|
dmemcache_stats_write |
./dmemcache.inc |
Save memcache statistics to be displayed at end of page generation. |
6 |
|
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. |
|
|
lock_acquire |
./memcache-lock-code.inc |
Acquire (or renew) a lock, but do not block if it fails. |
4 |
|
lock_init |
./memcache-lock-code.inc |
Initialize the locking system. |
|
|
lock_may_be_available |
./memcache-lock-code.inc |
Check if lock acquired by a different process may be available. |
|
|
lock_release |
./memcache-lock-code.inc |
Release a lock previously acquired by lock_acquire(). |
3 |
|
lock_release_all |
./memcache-lock-code.inc |
Release all locks acquired by this request. |
|
1 |
lock_wait |
./memcache-lock-code.inc |
Wait for a lock to be available. |
1 |
|
memcache_admin_admin_settings |
memcache_admin/memcache_admin.module |
Settings form. |
|
1 |
memcache_admin_bin_mapping |
memcache_admin/memcache_admin.module |
Helper function, reverse map the memcache_bins variable. |
2 |
|
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 |
Implementation of hook_requirements(). |
|
|
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_admin_stats_raw |
memcache_admin/memcache_admin.module |
|
|
1 |
memcache_admin_stats_types |
memcache_admin/memcache_admin.module |
|
2 |
|
memcache_admin_theme |
memcache_admin/memcache_admin.module |
Implementation of hook_theme(). |
|
|
memcache_admin_update_6001 |
memcache_admin/memcache_admin.install |
|
|
|
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_enable |
./memcache.install |
Implements hook_enable(). |
|
|
memcache_requirements |
./memcache.install |
Implements hook_requirements(). |
|
|
memcache_stampede_protected |
./memcache.inc |
Determines whether stampede protection is enabled for a given bin/cid. |
1 |
|
memcache_test_lock_acquire |
tests/memcache_test.module |
Try to acquire a named lock and report the outcome. |
|
2 |