Cache_Lite
[ class tree: Cache_Lite ] [ index: Cache_Lite ] [ all elements ]

File: File.php

Source Location: /Cache_Lite-1.8.3/Cache/Lite/File.php

Classes:

Cache_Lite_File

Page Details:

This class extends Cache_Lite and offers a cache system driven by a master file

With this class, cache validity is only dependent of a given file. Cache files are valid only if they are older than the master file. It's a perfect way for caching templates results (if the template file is newer than the cache, cache must be rebuild...) or for config classes... There are some examples in the 'docs/examples' file Technical choices are described in the 'docs/technical' file

Includes:

require_once('Cache/Lite.php') [line 17]

Documentation generated on Tue, 19 Nov 2019 16:31:06 -0500 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.