ProCacheStatic::static method

Create and return a new ProCacheStaticEntry

Usage

// basic usage
$proCacheStaticEntry = $procache->static->newEntry();

// usage with all arguments
$proCacheStaticEntry = $procache->static->newEntry(array $data = []);

Arguments

NameType(s)Description
$data (optional)array

Optional associative array of data to populate

Return value


$procache->static methods and properties

API reference based on ProcessWire core version 3.0.252