This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace App\Service\Cache; | |
| use Symfony\Component\DependencyInjection\Attribute\Autowire; | |
| use SymfonyBundles\RedisBundle\Redis\ClientInterface; | |
| class RedisStorageManager | |
| { | |
| public const TTL_HOUR = 3600; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .coins{ | |
| top: 0; | |
| left: 0; | |
| right: 0; | |
| bottom: 0; | |
| position: absolute; | |
| transform: translate3d(0, 0, 0); | |
| height: 100%; | |
| width: 100%; | |
| } |