1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 00:54:35 +02:00

Add Wincache

Updated comments

Check for Wincache existence in constructor

Normalized markup

Add Wincache test

Tie Wincache test to test index
This commit is contained in:
Matthias Fax
2014-06-12 13:18:10 +02:00
committed by Steve Clay
parent 24e7b0fbfe
commit 2847351c10

View File

@@ -14,8 +14,9 @@
* @package Minify * @package Minify
* @author Matthias Fax * @author Matthias Fax
**/ **/
class Minify_Cache_WinCache implements Minify_CacheInterface { class Minify_Cache_WinCache implements Minify_CacheInterface
{
/** /**
* Create a Minify_Cache_Wincache object, to be passed to * Create a Minify_Cache_Wincache object, to be passed to
* Minify::setCache(). * Minify::setCache().