Changes between Version 2 and Version 3 of NewFeaturesInMG3

Show
Ignore:
Timestamp:
05/04/09 09:08:56 (17 years ago)
Author:
davidhenry@… (IP: 174.99.26.254)
Comment:

Sumary of Caching

Legend:

Unmodified
Added
Removed
Modified
  • NewFeaturesInMG3

    v2 v3  
    1717== [wiki:HowTos/ApplicationCFCIntegration Application.CFC Integration] == 
    1818 
    19 == [wiki:HowTos/CachingLayer Caching Layer] == 
     19== [wiki:HowTos/CachingLayer Content Caching] == 
     20Model-Glue has historically provided some basic caching features.  Model-Glue 2 introduced a set of basic functions on the base Controller object that allow developers to cache values for a configured period of time.  Model-Glue 3 builds significantly on top of the caching features of Model-Glue 2.  Model-Glue 3 has a granular way to cache the outcome of event handlers and views.  However, Model-Glue 3 intentionally does not have an object caching system.  This is really a feature of your model and is not one of Model-Glue’s concerns. 
    2021 
    2122== [wiki:HowTos/Helpers Helpers] ==