Alpha4615 / phpMyCache

A PHP library that caches mySQL SELECT queries to the file system
GNU General Public License v2.0
1 stars 1 forks source link

Option to Return all Metadata instead of just data #8

Closed Alpha4615 closed 10 years ago

Alpha4615 commented 10 years ago

At this time, queryCache() will return the data from the query. In some circumstances it may be useful to see the metadata stored with the cache, for example to see when the cache of a dataset will expire and to determine the source of the dataset (cache or database)