We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80f16a commit df86851Copy full SHA for df86851
src/Caching/Cache.php
@@ -10,7 +10,6 @@
10
namespace Nette\Caching;
11
12
use Nette;
13
-use Nette\Utils\Callback;
14
15
16
/**
src/Caching/Storages/FileStorage.php
@@ -47,7 +47,6 @@ class FileStorage implements Nette\Caching\IStorage
47
FILE = 'file',
48
HANDLE = 'handle';
49
50
-
51
/** @var float probability that the clean() routine is started */
52
public static $gcProbability = 0.001;
53
0 commit comments