Add blueprints and fake content
This commit is contained in:
parent
1ff19bf38f
commit
8235816462
592 changed files with 22385 additions and 31535 deletions
|
@ -3,8 +3,8 @@
|
|||
namespace Kirby\Cache;
|
||||
|
||||
use Kirby\Exception\Exception;
|
||||
use Kirby\Toolkit\Dir;
|
||||
use Kirby\Toolkit\F;
|
||||
use Kirby\Filesystem\Dir;
|
||||
use Kirby\Filesystem\F;
|
||||
use Kirby\Toolkit\Str;
|
||||
|
||||
/**
|
||||
|
|
|
@ -16,7 +16,7 @@ use Memcached as MemcachedExt;
|
|||
class MemCached extends Cache
|
||||
{
|
||||
/**
|
||||
* store for the memache connection
|
||||
* store for the memcache connection
|
||||
* @var \Memcached
|
||||
*/
|
||||
protected $connection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue