Package DE_EPAGES::Presentation::API::PageCache
Interface for page cache handling. see also DE_EPAGES::Object::API::PageCache.
@EXPORT_OK |
Functions
DeleteCacheFiles
Delete the static files of each currency and locale for the given object
Syntax |
DeleteCacheFiles($Object, $ViewActionName,$hParams); |
Input |
|
InvalidatePageCache
Sets PageCacheLastInvalidation to current date. (obsolete use DE_EPAGES::Object::API::Object::Site::invalidatePageCache)
Syntax |
InvalidatePageCache($Site); |
Input |
|
UpdatePageCache
Updates page cache date of the object's site if the object is an instance of one of the pre-defined classes. These classes influence the content which is shown on storefront pages. (obsolete use DE_EPAGES::Object::API::Object::Object::updatePageCache)
Syntax |
UpdatePageCache($Object); |
Input |
|