Does Axapta supports caching?
Yes. With version 2.5, Axapta introduced two new forms of data caches, viz Entire Table Cache and Record view cache. Database record caching in Axapta is a performance enhancing feature aimed at avoiding database access when it is not strictly necessary. Since it is handled at kernel level, caching is transparent to the application. The new caching methods supplement the existing Record and Read-Ahead caches and vastly improve performance, particularly in a 3-tier setup. Also there is a way using which we can cache display methods as well. Example – ProdTableOverView form.