tractorcow / silverstripe-dynamiccache

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

feat(DynamicCacheDataObjectExtension): Add config `cacheClearOnWrite` that can be disabled to force caching to be duration-based. #59

Closed silbinarywolf closed 7 years ago

silbinarywolf commented 7 years ago

Add config cacheClearOnWrite that can be disabled to force caching to be duration-based.

silbinarywolf commented 7 years ago

@tractorcow The second commit here is to address: https://github.com/tractorcow/silverstripe-dynamiccache/issues/51