Hi Lukasz :)

Excuse me... do you remember the place where caching occurs please? I
found some references of StrutsLocalizedTextProvider.getText and
followed up their parents. Also saw TextProviderSupport.java. I couldn't
find any cache for founded text :( Maybe because it's dependent to
current valueStack and cannot be cached (?)

Regards.

On 9/15/2020 10:25 AM, Lukasz Lenart wrote:
> wt., 15 wrz 2020 o 07:49 Yasser Zamani <yasserzam...@apache.org> napisaƂ(a):
>> So generally I think we can have a Map as a cache, if not found in cache
>> then searching and if found after search, saving in cache. I've seen
>> this mechanism in Struts in other places as well.
> 
> This is already done, results of the scan are already cached. The scan
> happens only on application start or each time in devMode.
> 
> 
> Regards
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to