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
clears the page cache of a shop.
Syntax |
$PageCacheService->clear; |
new
Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.
Syntax |
$Service = DE_EPAGES::Shop::API::WebService::PageCacheService->new( %Options ); |
Input |
|
Return |
|