This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
APC replacement functions | |
Replaces APC user cache functionality with file based caching. | |
Notes: | |
- cache files stored in result of sys_get_temp_dir() | |
- ttl not supported, cache files must be cleaned up manually |