which are the database tables cached by Appzillon server

Kindly provide list of database tables that are cached by Appzillon server. This will help us to decide whether Tomcat restart is required or not after we execute SQL scripts.
AppzillonServer doesn't support or do database caching. Since we use Hibernate as our persistence provider we leverage on only first level caching offered by Hibernate.

To answer your question regarding table data which are cached within AppzillonServer and which requires Applicationserver restart,
Any application level maintenance (under Security Parameters) and Interface level parameters changes like session required etc., using Appzillon requires static script compilation and Applicationserver restart.

On start up we populate those table details in memory instead of querying from Database for every request, which reduces lot of latency in application performance.