Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
cron_job_squid_cache_purge_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
29
class
Cron_Job_Squid_Cache_Purge_Management
extends
Asset_Management
30
{
31
32
39
function
__construct
(
Package_Manager
$pm)
40
{
41
Asset_Management::__construct($pm);
42
43
$this->vars = Array(
44
'type'
=> Array(
45
'default'
=>
'one_off'
,
46
),
47
'ownerid'
=> Array(
48
'added'
=>
'0.1'
,
49
'type'
=>
'assetid'
,
50
'default'
=> 0,
51
'description'
=>
'The ID of the asset which cache to be cleared'
,
52
),
53
'cascade'
=> Array(
54
'added'
=>
'0.1'
,
55
'type'
=>
'boolean'
,
56
'default'
=> FALSE,
57
'description'
=>
'Whether the purge action should include children of the selected asset'
,
58
),
59
'repopulate'
=> Array(
60
'added'
=>
'0.1'
,
61
'type'
=>
'boolean'
,
62
'default'
=> FALSE,
63
'description'
=>
'Whether we should repopulate the cache by requesting the URLs of the asset'
,
64
),
65
);
66
67
}
//end constructor
68
69
70
}
//end class
71
72
?>
squiz_matrix
packages
squid
cron
jobs
cron_job_squid_cache_purge
cron_job_squid_cache_purge_management.inc
Generated on Tue Jan 29 2013 14:05:04 for Squiz Matrix by
1.8.3.1