Mercurial > SimpleWebPresenter
comparison InputParser.inc @ 99:d98e315308cd
Improved caching of flag and sitemap.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Sun, 14 Sep 2014 21:11:27 +0200 |
| parents | f468365813c9 |
| children | 0a33803ee026 |
comparison
equal
deleted
inserted
replaced
| 98:f2d52fed708c | 99:d98e315308cd |
|---|---|
| 59 } | 59 } |
| 60 $parent->removeChild($param); | 60 $parent->removeChild($param); |
| 61 } | 61 } |
| 62 } | 62 } |
| 63 $this->master = self::getFiles($this->master, $this->options); | 63 $this->master = self::getFiles($this->master, $this->options); |
| 64 | 64 $cache->setMaxAge(20); |
| 65 } | 65 } |
| 66 | 66 |
| 67 function cacheCheck() | 67 function cacheCheck() |
| 68 { | 68 { |
| 69 return $this->options->getCacheable(); | 69 return $this->options->getCacheable(); |
