tractorcow / silverstripe-dynamiccache

Simple on the fly caching of dynamic content for Silverstripe
39 stars 27 forks source link

Hit/Miss logging #55

Closed sekjal closed 7 years ago

sekjal commented 7 years ago

Adds a new configuration value, logHitMiss (default: false) which when enabled, will use SSLog to record whether DynamicCache was hit, missed or skipped. Such statistics can be useful in tuning settings and showing justification for the use of DynamicCache.

Addresses issue #45