cosenary / Simple-PHP-Cache

A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function isCached() and expiration

hiendv opened this issue · comments

Hi cosenary,
After using your lib for a while I realized that the function _checkExpired should be include in isCached function in order to check whether the cache is expired or not.
Am I right or wrong?

yes and besides an isExpired method should be better.

#10

Thanks for your suggestion. I'll implement this in the next update.

Cheers,
Christian