Upgrade to KH 3.3.0
This commit is contained in:
3
includes/kohana/modules/cache/classes/Cache/Apc.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Apc.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_Apc extends Kohana_Cache_Apc {}
|
3
includes/kohana/modules/cache/classes/Cache/Arithmetic.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Arithmetic.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
interface Cache_Arithmetic extends Kohana_Cache_Arithmetic {}
|
3
includes/kohana/modules/cache/classes/Cache/Exception.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Exception.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_Exception extends Kohana_Cache_Exception {}
|
3
includes/kohana/modules/cache/classes/Cache/File.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/File.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_File extends Kohana_Cache_File {}
|
3
includes/kohana/modules/cache/classes/Cache/GarbageCollect.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/GarbageCollect.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
interface Cache_GarbageCollect extends Kohana_Cache_GarbageCollect {}
|
3
includes/kohana/modules/cache/classes/Cache/Memcache.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Memcache.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_Memcache extends Kohana_Cache_Memcache {}
|
3
includes/kohana/modules/cache/classes/Cache/MemcacheTag.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/MemcacheTag.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_MemcacheTag extends Kohana_Cache_MemcacheTag {}
|
3
includes/kohana/modules/cache/classes/Cache/Sqlite.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Sqlite.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_Sqlite extends Kohana_Cache_Sqlite {}
|
3
includes/kohana/modules/cache/classes/Cache/Tagging.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Tagging.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
interface Cache_Tagging extends Kohana_Cache_Tagging {}
|
3
includes/kohana/modules/cache/classes/Cache/Wincache.php
vendored
Normal file
3
includes/kohana/modules/cache/classes/Cache/Wincache.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.');
|
||||
|
||||
class Cache_Wincache extends Kohana_Cache_Wincache {}
|
Reference in New Issue
Block a user