Skip to content

Commit bb4fe73

Browse files
committed
removed deprecated stuff
1 parent 7209dd7 commit bb4fe73

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/Caching/Storages/FileStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ class FileStorage implements Nette\Caching\Storage
5050
/** probability that the clean() routine is started */
5151
public static float $gcProbability = 0.001;
5252

53-
/** @deprecated */
54-
public static $useDirectories = true;
5553
private string $dir;
5654
private ?Journal $journal;
5755
private array $locks;

src/Caching/Storages/NewMemcachedStorage.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)