Changes between Version 58 and Version 59 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 21:10:07 (14 years ago)
Author:
Fran Boon
Comment:

caching

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v58 v59  
    280280    * means extra logic every CRUD check when most resources don't need this
    281281   
     282=== Caching ===
     283Permissions are cached to reduce overheads.
     284 * Cache should be invalidated as part of the onaccept for auth_group.update()
     285  * This can be done by storing a key in the session & changing the key (Dominic to expand...)
    282286
    283287=== Visibility of Options ===