ePages 6.10 - DE_EPAGES/Shop/API/WebService/PageCacheService.pm

Package DE_EPAGES::Shop::API::WebService::PageCacheService

Provides web service access to shop page cache.

Example
use DE_EPAGES::WebService::API::Client;
my $PageCacheService = DE_EPAGES::WebService::API::Client
    ->uri('urn://epages.de/WebService/PageCacheService/2006/07')
    ->proxy("http://%2fUsers%2f$Login:$Password@localhost:8080/epages/Store.soap");
$PageCacheService->clear;

Functions

clear

clear

clears the page cache of a shop.

Syntax
$PageCacheService->clear;