eZ Publish  [trunk]
ezcache.php File Reference

Go to the source code of this file.

Classes

class  eZCache

Functions

 eZCacheClearClassID ($cacheItem)
 Helper function for eZCache::clearClassID.
 eZCacheClearContentTreeMenu ($cacheItem)
 Helper function for eZCache::clearContentTreeMenu.
 eZCacheClearGlobalINI ($cacheItem)
 Helper function for eZCache::clearGlobalINICache.
 eZCacheClearImageAlias ($cacheItem)
 Helper function for eZCache::clearImageAlias.
 eZCacheClearSortKey ($cacheItem)
 Helper function for eZCache::clearSortKey.
 eZCacheClearTemplateBlockCache ($cacheItem)
 Helper function for eZCache::clearTemplateBlockCache.

Function Documentation

eZCacheClearClassID ( cacheItem)

Helper function for eZCache::clearClassID.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 801 of file kernel/classes/ezcache.php.

eZCacheClearContentTreeMenu ( cacheItem)

Helper function for eZCache::clearContentTreeMenu.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 843 of file kernel/classes/ezcache.php.

eZCacheClearGlobalINI ( cacheItem)

Helper function for eZCache::clearGlobalINICache.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 811 of file kernel/classes/ezcache.php.

eZCacheClearImageAlias ( cacheItem)

Helper function for eZCache::clearImageAlias.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 791 of file kernel/classes/ezcache.php.

eZCacheClearSortKey ( cacheItem)

Helper function for eZCache::clearSortKey.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 822 of file kernel/classes/ezcache.php.

Helper function for eZCache::clearTemplateBlockCache.

Static functions in classes cannot be used as callback functions in PHP 4, that is why we need this helper.

Deprecated:
Callback to static class function is now done directly.

Definition at line 832 of file kernel/classes/ezcache.php.