function CToolsCssCache::isEmpty
Overrides DrupalCacheInterface::isEmpty
File
-
includes/
css-cache.inc, line 42
Class
- CToolsCssCache
- @file Custom cache implementation for the CTools CSS cache.
Code
public function isEmpty() {
return FALSE;
}