Skip to content

Commit

Permalink
OXDEV-8957 Remove cache connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Jan 28, 2025
1 parent 8fb4259 commit 1cc1339
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@
- Deprecated `handleDatabaseException` functionality
- Dependency on `oxideshop-facts` component
- `FileCache` and `SubShopSpecificFileCache` classes. Use `ContextInterface::getCurrentShopId()` instead
- Legacy file-based caching methods from `Utils` class
- Legacy file-based caching methods from `Utils` class
- Remove deprecated cache Interfaces `CacheConnectorInterface`, `CacheBackendInterface`, and their related implementations.
15 changes: 0 additions & 15 deletions source/Application/Model/Contract/CacheConnectorInterface.php

This file was deleted.

11 changes: 0 additions & 11 deletions source/Core/Autoload/BackwardsCompatibilityClassMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@
'oxcompanyvatin' => 'OxidEsales\\Eshop\\Application\\Model\\CompanyVatIn',
'oxcontent' => 'OxidEsales\\Eshop\\Application\\Model\\Content',
'oxcontentlist' => 'OxidEsales\\Eshop\\Application\\Model\\ContentList',
'oxicachebackend' => 'OxidEsales\\Eshop\\Application\\Model\\Contract\\CacheBackendInterface',
'oxicacheconnector' => 'OxidEsales\\Eshop\\Application\\Model\\Contract\\CacheConnectorInterface',
'oxcountry' => 'OxidEsales\\Eshop\\Application\\Model\\Country',
'oxcountrylist' => 'OxidEsales\\Eshop\\Application\\Model\\CountryList',
'oxdelivery' => 'OxidEsales\\Eshop\\Application\\Model\\Delivery',
Expand Down Expand Up @@ -401,16 +399,7 @@
'oxapplicationserver' => 'OxidEsales\\Eshop\\Core\\DataObject\\ApplicationServer',
'oxarticle2shoprelations' => 'OxidEsales\\Eshop\\Core\\Article2ShopRelations',
'oxsupercfg' => 'OxidEsales\\Eshop\\Core\\Base',
'oxcachebackenddefault' => 'OxidEsales\\Eshop\\Core\\Cache\\DynamicContent\\Connector\\DefaultCacheConnector',
'oxcachebackendzsdisk' => 'OxidEsales\\Eshop\\Core\\Cache\\DynamicContent\\Connector\\ZendDiskCacheConnector',
'oxcachebackendzsshm' => 'OxidEsales\\Eshop\\Core\\Cache\\DynamicContent\\Connector\\ZendShmCacheConnector',
'oxcache' => 'OxidEsales\\Eshop\\Core\\Cache\\DynamicContent\\ContentCache',
'oxcachebackend' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\Cache',
'oxcacheitem' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\CacheItem',
'oxfilecacheconnector' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\Connector\\FileCacheConnector',
'oxmemcachedcacheconnector' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\Connector\\MemcachedCacheConnector',
'oxzenddiskcacheconnector' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\Connector\\ZendDiskCacheConnector',
'oxzendshmcacheconnector' => 'OxidEsales\\Eshop\\Core\\Cache\\Generic\\Connector\\ZendShmCacheConnector',
'oxcategory2shoprelations' => 'OxidEsales\\Eshop\\Core\\Category2ShopRelations',
'oxcompanyvatinchecker' => 'OxidEsales\\Eshop\\Core\\CompanyVatInChecker',
'oxcompanyvatincountrychecker' => 'OxidEsales\\Eshop\\Core\\CompanyVatInCountryChecker',
Expand Down
6 changes: 0 additions & 6 deletions source/Core/Autoload/UnifiedNameSpaceClassMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1707,12 +1707,6 @@
'isInterface' => true,
'isDeprecated' => false
],
'OxidEsales\Eshop\Application\Model\Contract\CacheConnectorInterface' => [
'editionClassName' => \OxidEsales\EshopCommunity\Application\Model\Contract\CacheConnectorInterface::class,
'isAbstract' => false,
'isInterface' => true,
'isDeprecated' => false
],
'OxidEsales\Eshop\Application\Model\Country' => [
'editionClassName' => \OxidEsales\EshopCommunity\Application\Model\Country::class,
'isAbstract' => false,
Expand Down

0 comments on commit 1cc1339

Please sign in to comment.