Create and return a new ProCacheStaticEntry
Usage
// basic usage
$proCacheStaticEntry = $proCacheStatic->newEntry();
// usage with all arguments
$proCacheStaticEntry = $proCacheStatic->newEntry(array $data = []);
Arguments
Name | Type(s) | Description |
---|---|---|
data (optional) | array | Optional associative array of data to populate |
Return value
ProCacheStatic methods and properties
API reference based on ProcessWire core version 3.0.244