← Back to team overview

launchpad-dev team mailing list archive

Re: caching in model objects: please read

 

On Mon, Aug 16, 2010 at 6:11 PM, Robert Collins
<robert.collins@xxxxxxxxxxxxx> wrote:

> So, lp:~lifeless/launchpad/cachedproperty is a branch which cleans
> this up : it provides an API for working in more detail with cached
> properties; it makes SQLBase automatically invalidate cachedproperty
> caches, and it provides a way for things that know a cache needs to be
> updated, or removed, to do so across the system. This branch is in ec2
> land mode at the moment.

SQLBase is deprecated btw. as it pulls in the SQLObject compatibility
layer with its limitations. New code is using the Storm class
directly. We probably want an LPStorm class to add LP specific
behavior and use that instead of Storm.



-- 
Stuart Bishop <stuart@xxxxxxxxxxxxxxxx>
http://www.stuartbishop.net/



Follow ups

References