You are here

public function MemcacheStorage::getWildcards in Memcache Storage 7

Returns a list of wildcard flushes for the current cache bin which has not been invalidated yet.

File

./memcache_storage.inc, line 380
Provides class for memcached data handling.

Class

MemcacheStorage
Class handles memcached cache objects.

Code

public function getWildcards() {
  return $this->wildcards;
}