public function MemcacheStorage::getCacheIDs in Memcache Storage 7
Returns a list of cache ids which are currently in use.
File
- ./
memcache_storage.inc, line 372 - Provides class for memcached data handling.
Class
- MemcacheStorage
- Class handles memcached cache objects.
Code
public function getCacheIDs() {
return $this->cache_ids;
}