X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/21794e2bd0fbd04915f28eee0ef533b6073fcf50..1413b1a821fe6296f42b8e3a2cc3776d3d845d3b:/SL/DBConnect/Cache.pm diff --git a/SL/DBConnect/Cache.pm b/SL/DBConnect/Cache.pm index 262c113ef..e45965f22 100644 --- a/SL/DBConnect/Cache.pm +++ b/SL/DBConnect/Cache.pm @@ -35,6 +35,10 @@ sub reset { $dbh; } +sub reset_all { + $_->rollback for values %cache; +} + sub clear { %cache = (); }