Skip to content

Commit 718d2d1

Browse files
committed
Cache
1 parent d646693 commit 718d2d1

31 files changed

Lines changed: 55 additions & 55 deletions

.dev/Adapter/AbstractAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -16,7 +16,7 @@
1616
*
1717
* @author Amy Stephen
1818
* @license http://www.opensource.org/licenses/mit-license.html MIT License
19-
* @copyright 2014 Amy Stephen. All rights reserved.
19+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2020
* @since 1.0.0
2121
*/
2222
abstract class AbstractAdapter implements CacheInterface

.dev/Adapter/Apc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -18,7 +18,7 @@
1818
*
1919
* @author Amy Stephen
2020
* @license http://www.opensource.org/licenses/mit-license.html MIT License
21-
* @copyright 2014 Amy Stephen. All rights reserved.
21+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2222
* @since 1.0.0
2323
*/
2424
class Apc extends AbstractAdapter implements CacheInterface

.dev/Adapter/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -18,7 +18,7 @@
1818
*
1919
* @author Amy Stephen
2020
* @license http://www.opensource.org/licenses/mit-license.html MIT License
21-
* @copyright 2014 Amy Stephen. All rights reserved.
21+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2222
* @since 1.0.0
2323
*/
2424
class Database extends AbstractAdapter implements CacheInterface

.dev/Adapter/Dummy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -17,7 +17,7 @@
1717
*
1818
* @author Amy Stephen
1919
* @license http://www.opensource.org/licenses/mit-license.html MIT License
20-
* @copyright 2014 Amy Stephen. All rights reserved.
20+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2121
* @since 1.0.0
2222
*/
2323
class Dummy extends AbstractAdapter implements CacheInterface

.dev/Adapter/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -19,7 +19,7 @@
1919
*
2020
* @author Amy Stephen
2121
* @license http://www.opensource.org/licenses/mit-license.html MIT License
22-
* @copyright 2014 Amy Stephen. All rights reserved.
22+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2323
* @since 1.0.0
2424
*/
2525
class File extends AbstractAdapter implements CacheInterface

.dev/Adapter/Memcached.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -19,7 +19,7 @@
1919
*
2020
* @author Amy Stephen
2121
* @license http://www.opensource.org/licenses/mit-license.html MIT License
22-
* @copyright 2014 Amy Stephen. All rights reserved.
22+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2323
* @since 1.0.0
2424
*/
2525
class Memcached extends AbstractAdapter implements CacheInterface

.dev/Adapter/Memory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -18,7 +18,7 @@
1818
*
1919
* @author Amy Stephen
2020
* @license http://www.opensource.org/licenses/mit-license.html MIT License
21-
* @copyright 2014 Amy Stephen. All rights reserved.
21+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2222
* @since 1.0.0
2323
*/
2424
class Memory extends AbstractAdapter implements CacheInterface

.dev/Adapter/Redis.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -18,7 +18,7 @@
1818
*
1919
* @author Amy Stephen
2020
* @license http://www.opensource.org/licenses/mit-license.html MIT License
21-
* @copyright 2014 Amy Stephen. All rights reserved.
21+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2222
* @since 1.0.0
2323
*/
2424
class Redis extends AbstractAdapter implements CacheInterface

.dev/Adapter/Wincache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -19,7 +19,7 @@
1919
*
2020
* @author Amy Stephen
2121
* @license http://www.opensource.org/licenses/mit-license.html MIT License
22-
* @copyright 2014 Amy Stephen. All rights reserved.
22+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2323
* @since 1.0.0
2424
*/
2525
class Wincache extends AbstractAdapter implements CacheInterface

.dev/Adapter/XCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package Molajo
66
* @license http://www.opensource.org/licenses/mit-license.html MIT License
7-
* @copyright 2014 Amy Stephen. All rights reserved.
7+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
88
*/
99
namespace Molajo\Cache\Adapter;
1010

@@ -17,7 +17,7 @@
1717
*
1818
* @author Amy Stephen
1919
* @license http://www.opensource.org/licenses/mit-license.html MIT License
20-
* @copyright 2014 Amy Stephen. All rights reserved.
20+
* @copyright 2014-2015 Amy Stephen. All rights reserved.
2121
* @since 1.0.0
2222
*/
2323
class Xcache extends AbstractAdapter implements CacheInterface

0 commit comments

Comments
 (0)