Changeset 1720

Show
Ignore:
Timestamp:
08/17/08 17:48:06 (5 months ago)
Author:
lmajano
Message:

fix for missing afterCacheElementExpired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • coldbox/trunk/system/services/interceptorService.cfc

    r1663 r1720  
    2323                         
    2424                        /* Register the interception points ENUM */ 
    25                         instance.InterceptionPoints = 'afterConfigurationLoad,afterAspectsLoad,afterHandlerCreation,afterPluginCreation,sessionStart,sessionEnd,preProcess,preEvent,postEvent,preRender,postRender,postProcess,afterCacheElementInsert,afterCacheElementRemoved,onException'; 
     25                        instance.InterceptionPoints = 'afterConfigurationLoad,afterAspectsLoad,afterHandlerCreation,afterPluginCreation,sessionStart,sessionEnd,preProcess,preEvent,postEvent,preRender,postRender,postProcess,afterCacheElementInsert,afterCacheElementRemoved,onException,afterCacheElementExpired'; 
    2626                         
    2727                        /* Init Container */ 

Copyright 2006 ColdBox Framework by Luis Majano