1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-11 16:44:44 +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
* @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
* Minify::setCache().