9 calls to cache_set() in Memcache API and Integration 6
- cache_get in ./
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.
- MemCacheClearCase::clearCidTest in tests/
memcache.test - Test clearing using a cid.
- MemCacheClearCase::clearWildcardPrefixTest in tests/
memcache.test - Test cache clears using wildcard prefixes.
- MemCacheClearCase::testClearCacheLifetime in tests/
memcache.test - Test full bin flushes with cache lifetime.
- MemCacheClearCase::testClearWildcardFull in tests/
memcache.test - Test full bin flushes with no cache lifetime.
- MemCacheSavingCase::checkVariable in tests/
memcache.test - MemCacheSavingCase::testObject in tests/
memcache.test - Test the saving and restoring of an object.
- memcache_requirements in ./
memcache.install - Implements hook_requirements().
- memcache_variable_set in ./
memcache.inc - Re-implementation of variable_set() that writes through instead of clearing.