Hi All,
Sometimes in my local I am observing changes in the HTL file are not reflecting properly even everything is correct. I suspect this is happening due the the Java classes created out of HTL file is cached and is not updating properly. I looked into the OSGI configuration for this "Apache Sling Scripting HTL Engine Configuration" (Image1) As shown below describing this path is determined by Class loader configuration (image 2)


As described in image 2 the stored file are in "Controls where the filesystem compiled scripts cache is stored. When the value is set to null (default) the cache is stored on the bundle persistent storage area. (fsclassloader.fileSystemCompiledScriptsCacheLocation)" so where can I find bundle persistent storage area?