Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added plugin interfaces and marked EventsCapableInterface as deprecated #21

Merged
merged 3 commits into from
Oct 5, 2020

Conversation

boesing
Copy link
Member

@boesing boesing commented Apr 8, 2020

Q A
New Feature yes

Description

As already mentioned in zendframework/zend-cache#177, I would like to add some more interfaces to avoid issues when implementing new adapters without the AbstractAdapter.

@boesing
Copy link
Member Author

boesing commented Apr 8, 2020

Just curious, do we need that special Abstractstorage::__destruct handling somewhere in a trait or sth? I would prefer to avoid this if its not really necessary.

@boesing boesing changed the base branch from master to develop April 8, 2020 13:35
src/StorageFactory.php Outdated Show resolved Hide resolved
@boesing boesing added this to the 2.10.0 milestone Jun 6, 2020
@boesing boesing force-pushed the feature/storage-plugin-aware branch from f9110a9 to 7e36988 Compare September 10, 2020 18:44
@boesing boesing changed the base branch from develop to 2.10.x September 10, 2020 18:44
@boesing boesing force-pushed the feature/storage-plugin-aware branch from dce96cf to d7fca1d Compare October 5, 2020 22:27
…ace`

As already mentioned in zendframework/zend-cache#177, I would like to add some more interfaces to avoid issues when implementing new adapters without the `AbstractAdapter`.

Signed-off-by: Maximilian Bösing <[email protected]>
Signed-off-by: Maximilian Bösing <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant