CodeCharge Studio

Caching Settings

CodeCharge Studio cache settings improve the performance of the generated application by re-using previously generated output in subsequent requests. By enabling this setting it is possible to limit the number of database queries and the need of re-generating the dynamic content with each request to the application.
Parameter Description
Method Defines the type of the caching method. It can be Database or Custom
Connection Defines the connection using for connecting to the cache database.
Table Defines the table that stores cache data.
Cache Key Field Defines the column that stores the cache entry identifier (session ID).
Expiration Date Field (numeric) Defines the column that stores the data after which the session should be considered stale and be ready to be removed by the garbage collector function.
Cache Content Field Defines the column that stores the session data.

See also


On-line, printable versions and updates