summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2007-09-17 18:18:17 +0000
committerxue <>2007-09-17 18:18:17 +0000
commitb558f2c60e97540415464719149b773e51f79abc (patch)
treed3b235dbc1d3646c9b895e09b79fc3cb3500c9d3 /demos
parent96f2c4205554f69ffd2d872bcd0dcd87b3a6e571 (diff)
Added TCachePageStatePersister
Diffstat (limited to 'demos')
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/NewFeatures.page1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index e3e5c0e4..939dd139 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -15,6 +15,7 @@ This page summarizes the main new features that are introduced in each PRADO rel
<li>Added Oracle DB support to Active Record.</li>
<li>Added support to TDataGrid to allow grouping consecutive cells with the same content.</li>
<li>Added support to allow configuring page properties and authorization rules using <a href="?page=Configurations.PageConfig">relative page paths</a> in application and page configurations. Added support to allow <a href="?page=Advanced.Auth">authorization</a> based on remote host address.</li>
+<li>Added a new page state persister <tt>TCachePageStatePersister</tt>. It allows page state to be stored using a cache module (e.g. TMemCache, TDbCache, etc.)
</ul>
<h2 id="8006">Version 3.1.0</h2>