in reply to DBI : local persistent storage

I seem to found what I'm searching :").
http://search.cpan.org/~nachbaur/Class-DBI-Cacheable-0.03/lib/Class/DBI/Cacheable.pm

The only thing left is inter-web server syncronization, but anyway for now I was interested for information purpses..
sorry for wasting your time..:"(

Replies are listed 'Best First'.
Re^2: DBI : local persistent storage
by bugsbunny (Scribe) on May 25, 2005 at 13:22 UTC
    ufff... now that I look at the Class::DBI::Cachable and Class::DBI::ObjectCache it seems a little bit more weird than I expected...
    It seems that it caches only the ->retrieve() call, but not retrieve_all().
    On the other hand the cache has to be build on the Application level, but later reused on Session and/or Page level.
    Probably wiser solution will be to put some Application code to build HASH on server startup so it stays in memory (for the configuration data).