| 1 | <?php |
||
| 14 | class MongoDbEntityConfigReaderCached extends CachedEntityConfigLookUp implements MongoDbEntityConfigReader |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * MongoDbCachingEntityConfigLookUp constructor. |
||
| 18 | * |
||
| 19 | * @param MongoDbEntityConfigReader $delegate |
||
| 20 | * @param Cache $cache |
||
| 21 | * @param string $prefix |
||
| 22 | * @param bool $debug |
||
| 23 | */ |
||
| 24 | public function __construct(MongoDbEntityConfigReader $delegate, Cache $cache, $prefix, $debug = false) |
||
| 28 | } |
||
| 29 |