| 1 | <?php | ||
| 31 | 1 | class CachedFactory | |
| 32 | { | ||
| 33 | /** | ||
| 34 | * @param string $adapterServiceName | ||
| 35 | * @param string $cacheServiceName | ||
| 36 | * @param DI\Container $container | ||
| 37 | * | ||
| 38 | * @return Cached\CachedAdapter | ||
| 39 | */ | ||
| 40 | public static function create($adapterServiceName, $cacheServiceName, DI\Container $container) : Cached\CachedAdapter | ||
| 49 | } | ||
| 50 |