Add blueprints and fake content

This commit is contained in:
Paul Nicoué 2021-11-18 17:44:47 +01:00
parent 1ff19bf38f
commit 8235816462
592 changed files with 22385 additions and 31535 deletions

View file

@ -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;
/**

View file

@ -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;