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:
@@ -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().
|
||||
|
Reference in New Issue
Block a user