mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
change author
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
08022a1ddb
commit
dbc18a4f99
391 changed files with 1025 additions and 1025 deletions
2
classes/cache/CacheApc.class.php
vendored
2
classes/cache/CacheApc.class.php
vendored
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* Cache class for APC
|
||||
*
|
||||
* @author NHN (developer@xpressengine.com)
|
||||
* @author NAVER (developer@xpressengine.com)
|
||||
* */
|
||||
class CacheApc extends CacheBase
|
||||
{
|
||||
|
|
|
|||
4
classes/cache/CacheHandler.class.php
vendored
4
classes/cache/CacheHandler.class.php
vendored
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* CacheHandler
|
||||
*
|
||||
* @author NHN (developer@xpressengine.com)
|
||||
* @author NAVER (developer@xpressengine.com)
|
||||
*/
|
||||
class CacheHandler extends Handler
|
||||
{
|
||||
|
|
@ -254,7 +254,7 @@ class CacheHandler extends Handler
|
|||
/**
|
||||
* Base class of Cache
|
||||
*
|
||||
* @author NHN (developer@xpressengine.com)
|
||||
* @author NAVER (developer@xpressengine.com)
|
||||
*/
|
||||
class CacheBase
|
||||
{
|
||||
|
|
|
|||
2
classes/cache/CacheMemcache.class.php
vendored
2
classes/cache/CacheMemcache.class.php
vendored
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* Cache class for memcache
|
||||
*
|
||||
* @author NHN (developer@xpressengine.com)
|
||||
* @author NAVER (developer@xpressengine.com)
|
||||
*/
|
||||
class CacheMemcache extends CacheBase
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue