eZ Publish  [4.2]
ezcache.php File Reference

Go to the source code of this file.

Classes

class  eZCache
 Main class for dealing with caches in eZ Publish. More...

Functions

 eZCacheClearClassID ($cacheItem)
 eZCacheClearContentTreeMenu ($cacheItem)
 eZCacheClearGlobalINI ($cacheItem)
 eZCacheClearImageAlias ($cacheItem)
 eZCacheClearSortKey ($cacheItem)
 eZCacheClearTemplateBlockCache ($cacheItem)

Detailed Description

Definition in file kernel/classes/ezcache.php.


Function Documentation

eZCacheClearClassID ( cacheItem)

Helper function for eZCache::clearClassID.

Note:
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 641 of file kernel/classes/ezcache.php.

eZCacheClearContentTreeMenu ( cacheItem)

Helper function for eZCache::clearContentTreeMenu.

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

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

eZCacheClearGlobalINI ( cacheItem)

Helper function for eZCache::clearGlobalINICache.

Note:
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 651 of file kernel/classes/ezcache.php.

eZCacheClearImageAlias ( cacheItem)

Helper function for eZCache::clearImageAlias.

Note:
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 631 of file kernel/classes/ezcache.php.

eZCacheClearSortKey ( cacheItem)

Helper function for eZCache::clearSortKey.

Note:
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 662 of file kernel/classes/ezcache.php.

eZCacheClearTemplateBlockCache ( cacheItem)

Helper function for eZCache::clearTemplateBlockCache.

Note:
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 672 of file kernel/classes/ezcache.php.