public function SimplenewsSourceCacheNone::isCacheable in Simplenews 7
Same name and namespace in other branches
- 7.2 includes/simplenews.source.inc \SimplenewsSourceCacheNone::isCacheable()
Implements SimplenewsSourceCacheStatic::set().
Overrides SimplenewsSourceCacheStatic::isCacheable
File
- includes/
simplenews.source.inc, line 925 - Contains SimplenewsSource interface and implementations.
Class
- SimplenewsSourceCacheNone
- Cache implementation that does not cache anything at all.
Code
public function isCacheable($group, $key) {
return FALSE;
}