Query Web Profile Caching setting information in database/file
I have update the following parameter in webprofile configuration / caching tab
Homepage Stale Interval
Cache Stale Interval
Cache Purge All Hit Count
The information have been saved and I am able to see online, even after login/logout several times.
But when query the pswebprofile table, the values are unchanged.
select webprofilename,
PORTALHPSTALEINT,
PORTALCACHESTALE,
CACHEPURGEALLHITCT
from pswebprofile
where webprofilename in ('DEV')
order by webprofilename
/
Which tables/files are updated after these caching change ?