[TASK] Remove XCLASS definitions from cache classes
With #28063 many core cache classes are required directly during bootstrap. This makes XCLASS impossible since those base classes are not instantiated with t3lib_div::makeInstance() anymore. t3lib_cache is static and can not be XCLASSED. The caching framework has a built-in feature to register and use own implementations. The patch removes all XCLASS definitions of cache classes. Change-Id: I1e624bb769b899a14491aa3ee1cca9da480ebfb6 Resolves: #28221 Related: #28063 Reviewed-on: http://review.typo3.org/3340 Reviewed-by: Stefan Neufeind Reviewed-by: Xavier Perseguers Tested-by: Xavier Perseguers Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- t3lib/cache/backend/class.t3lib_cache_backend_abstractbackend.php 0 additions, 5 deletions...che/backend/class.t3lib_cache_backend_abstractbackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php 0 additions, 7 deletionst3lib/cache/backend/class.t3lib_cache_backend_apcbackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php 0 additions, 6 deletionst3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_filebackend.php 0 additions, 6 deletions...b/cache/backend/class.t3lib_cache_backend_filebackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_memcachedbackend.php 0 additions, 6 deletions...he/backend/class.t3lib_cache_backend_memcachedbackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_nullbackend.php 0 additions, 6 deletions...b/cache/backend/class.t3lib_cache_backend_nullbackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php 0 additions, 4 deletionst3lib/cache/backend/class.t3lib_cache_backend_pdobackend.php
- t3lib/cache/backend/class.t3lib_cache_backend_transientmemorybackend.php 0 additions, 5 deletions...kend/class.t3lib_cache_backend_transientmemorybackend.php
- t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_backend.php 0 additions, 1 deletion...kend/interfaces/interface.t3lib_cache_backend_backend.php
- t3lib/cache/backend/interfaces/interface.t3lib_cache_backend_phpcapablebackend.php 0 additions, 1 deletion...faces/interface.t3lib_cache_backend_phpcapablebackend.php
- t3lib/cache/class.t3lib_cache_exception.php 0 additions, 8 deletionst3lib/cache/class.t3lib_cache_exception.php
- t3lib/cache/class.t3lib_cache_factory.php 0 additions, 7 deletionst3lib/cache/class.t3lib_cache_factory.php
- t3lib/cache/class.t3lib_cache_manager.php 0 additions, 6 deletionst3lib/cache/class.t3lib_cache_manager.php
- t3lib/cache/exception/class.t3lib_cache_exception_classalreadyloaded.php 0 additions, 8 deletions...eption/class.t3lib_cache_exception_classalreadyloaded.php
- t3lib/cache/exception/class.t3lib_cache_exception_duplicateidentifier.php 0 additions, 8 deletions...ption/class.t3lib_cache_exception_duplicateidentifier.php
- t3lib/cache/exception/class.t3lib_cache_exception_invalidbackend.php 0 additions, 8 deletions.../exception/class.t3lib_cache_exception_invalidbackend.php
- t3lib/cache/exception/class.t3lib_cache_exception_invalidcache.php 0 additions, 8 deletions...he/exception/class.t3lib_cache_exception_invalidcache.php
- t3lib/cache/exception/class.t3lib_cache_exception_invaliddata.php 0 additions, 8 deletions...che/exception/class.t3lib_cache_exception_invaliddata.php
- t3lib/cache/exception/class.t3lib_cache_exception_nosuchcache.php 0 additions, 8 deletions...che/exception/class.t3lib_cache_exception_nosuchcache.php
- t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php 0 additions, 7 deletions.../frontend/class.t3lib_cache_frontend_abstractfrontend.php
Please register or sign in to comment