1
0
mirror of https://github.com/danog/dns.git synced 2024-12-03 09:57:56 +01:00
dns/lib/Cache
Chris Wright 3e9fae44c0 Cached null value checks
- Prevent null values from being cached
- Delete values with expired TTLs from memory cached when an attempt is
  made to access them
- Use default TTL when none is specified with Redis and APC
2014-11-19 12:22:42 +00:00
..
APCCache.php Cached null value checks 2014-11-19 12:22:42 +00:00
KeyValueCache.php Simplify directory structure 2014-09-24 13:35:10 -04:00
MemoryCache.php Cached null value checks 2014-11-19 12:22:42 +00:00
RedisCache.php Cached null value checks 2014-11-19 12:22:42 +00:00