Skip to content

Commit

Permalink
Removed EzPublishCache::getOptions() since it provided same options a…
Browse files Browse the repository at this point in the history
…s default
  • Loading branch information
lolautruche committed Nov 14, 2012
1 parent ec5e329 commit 7585187
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ezpublish/EzPublishCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,4 @@

class EzPublishCache extends HttpCache
{
protected function getOptions()
{
return array(
"debug" => false,
"default_ttl" => 0,
"private_headers" => array( "Authorization", "Cookie" ),
"allow_reload" => false,
"allow_revalidate" => false,
"stale_while_revalidate" => 2,
"stale_if_error" => 60,
);
}
}

0 comments on commit 7585187

Please sign in to comment.