mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1012] [MERGED] Ddc 3078 slc cache interface ctor removal #9029
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/1012
Author: @FabioBatSilva
Created: 4/17/2014
Status: ✅ Merged
Merged: 4/17/2014
Merged by: @guilhermeblanco
Base:
master← Head:DDC-3078-slc-cache-interface-ctor-removal📝 Commits (10+)
04b5214DDC-3078 - constructor should never be interfaced1b5eb55DDC-3078 - adding exception methods for invalid cache instantiatore5f79d1DDC-3078 - adding API for cache instantiation to the configuration object68f489eDDC-3078 - cache configuration tests for the newly introduced API for cache instantiatorscd0f94dDDC-3078 - removing tests for cache class setter/getter on cache configuration87a907fDDC-3078 - switching cache initialization to use cache instantiator from config9b2ee88DDC-3078 - removing cache class name setter/getter from cache configuration APId7f87cdDDC-3078 - removing unused cache class name invalidity exception methods6931cd0DDC-3078 - using an explicit CacheInstantiator interface to replace callable cache instantiatorsa790639DDC-3078 - providing a default cache instantiator implementation📊 Changes
7 files changed (+25 additions, -61 deletions)
View changed files
📝
lib/Doctrine/ORM/Cache.php(+0 -7)📝
lib/Doctrine/ORM/Cache/CacheConfiguration.php(+0 -30)📝
lib/Doctrine/ORM/Cache/CacheFactory.php(+9 -0)📝
lib/Doctrine/ORM/Cache/DefaultCacheFactory.php(+8 -0)📝
lib/Doctrine/ORM/EntityManager.php(+3 -2)📝
lib/Doctrine/ORM/ORMException.php(+0 -10)📝
tests/Doctrine/Tests/ORM/Cache/CacheConfigTest.php(+5 -12)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.