Closed noone-silent closed 5 months ago
This is the first implementation. Currently we have to add it to every class. I will refactor it later so that Phalcon\Storage\AbstractAdapter
holds all the methods (decrement, increment, etc) and calls the doXXX()
method of the class, like it is currently with the get()
method.
New implementations of a Cache class would so have automatically all events.
Thank you @noone-silent
Hello!
In raising this pull request, I confirm the following:
Small description of change: See title
Thanks