Skip to content

Instantly share code, notes, and snippets.

View Gasjki's full-sized avatar

George-Cristian Tudoran Gasjki

View GitHub Profile
@Gasjki
Gasjki / Article.php
Created November 16, 2023 07:52 — forked from kunicmarko20/Article.php
Symfony Second Level Cache
<?php
namespace AppBundle\Entity;
/**
* @package AppBundle\Entity
* @ORM\Entity()
* @ORM\Table()
* @ORM\Cache(usage="NONSTRICT_READ_WRITE")
*/