[+] Classes: add support of APC cache

This commit is contained in:
rMalie
2011-10-11 10:04:55 +00:00
parent 3574f0a923
commit 17b8a076a0
7 changed files with 152 additions and 43 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class CacheApc extends CacheApcCore
{
}