| 7 cache.inc | DrupalCacheInterface::isEmpty() |
Checks if a cache bin is empty.
A cache bin is considered empty if it does not contain any valid data for any cache ID.
Return value
TRUE if the cache bin specified is empty.
File
- includes/
cache.inc, line 314 - Functions and interfaces for cache handling.
Code
function isEmpty();
Login or register to post comments