Package DE_EPAGES::DataCache::API::SessionCache
This package provides an interface to cache data for a single request. All packages uses the same namespace for cache names.
@EXPORT_OK |
Functions
GetCache
Gets a named cache. Creates a cache if not exists.
Syntax |
$NamedCache = GetCache($CacheName); |
Input |
|
Return |
|
UpdateCache
Deletes the cache entry. If no parameter is submitted then the complete cache will be cleared.
Syntax |
UpdateCache($CacheName, $Parameter); |
Input |
|