App-dnsq
view release on metacpan or search on metacpan
IMPROVEMENTS.md view on Meta::CPAN
- Uses Storable module for serialization
- Configurable cache file location
- Automatic save on destruction
- Loads cached data on initialization
- Cleans up expired entries on load/save
#### Cache Statistics
- Enhanced statistics tracking:
- Hit count and miss count
- Cache size and max size
- Hit rate percentage
- Eviction count
- Integrated with resolver statistics
### Configuration Options
New cache-related configuration options:
- `cache_size` - Maximum number of cache entries (default: 100)
- `cache_persist` - Enable disk persistence (default: 0)
## 3. Validation Improvements
( run in 2.651 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )