caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Allow caching of the calculated diffs using a doctrine cache provider #33

Closed jschroed91 closed 8 years ago

jschroed91 commented 8 years ago

Allows setting an object that implements the Doctrine\Common\Cache\Cache interface on the Caxy\HtmlDiff\HtmlDiffConfig object. If this is set, then that cache provider will be used to cache the calculated diff contents.

Needs test coverage.