Open garex opened 8 years ago
Currently to configure default item's expiration we need to inject in pool anemic class, where inside we have call to setExpiration.
In symfony/cache we just have this as a pool's constructor parameter.
This is one reason, why I decided to use symfony/cache now.
Currently to configure default item's expiration we need to inject in pool anemic class, where inside we have call to setExpiration.
In symfony/cache we just have this as a pool's constructor parameter.
This is one reason, why I decided to use symfony/cache now.