summaryrefslogtreecommitdiffstats
path: root/cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-249/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Add locking capabilities into the caching code.Martin Nagy2009-03-201-9/+45
|
* Add discard_from_cache().Martin Nagy2009-03-161-0/+19
| | | | | This function will delete a named entry from cache, if it exists and if caching is turned on.
* Add expiration option 'cache_ttl'.Martin Nagy2009-03-161-38/+42
| | | | Defaults to 120 seconds.
* Add basic caching support.Martin Nagy2009-03-141-0/+190