Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
2.0.14, 2.1.8
-
None
-
None
-
Linux
Description
In some circumstances the caching of the relative location in the public Facelet getFacelet(String uri) in DefaultFaceletFactory is not desirable: e.g. return the mobile and full content version for the same URI, if the user changes the content type on the fly. Now this caching always causes the same content to be returned.
Should it be possible to switch it off like it is done for other caches in this class with needsToBeRefreshed check and NO_CACHE_DELAY configuration parameter?