Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.5
-
None
-
Operating System: Linux
Platform: PC
-
31432
Description
I think if you choose to use caching-point type caching, then smart-caching
should effectively be automatically turned off. Or, in other words, I would
expect when using the caching-point pipeline processor that it would by default
behave as it does when smart-caching is off: which is to always look for shorter
keys in the cache if a response is not found for the current key combination.
Perhaps this could be implemented by having CachingPointProcessingPipeline
override the validatePipeline method to make it always try shorter keys (at the
same time, remove this functionality from the AbstractCachingProcessingPipeline).
should effectively be automatically turned off. Or, in other words, I would
expect when using the caching-point pipeline processor that it would by default
behave as it does when smart-caching is off: which is to always look for shorter
keys in the cache if a response is not found for the current key combination.
Perhaps this could be implemented by having CachingPointProcessingPipeline
override the validatePipeline method to make it always try shorter keys (at the
same time, remove this functionality from the AbstractCachingProcessingPipeline).