Commit Graph

10 Commits

Author SHA1 Message Date
Mike Fährmann
2221cf97ff implement 'update()' for caches 2018-10-12 22:18:29 +02:00
Mike Fährmann
ea8ca4cfa4 add 'util.expand_path()' 2017-10-26 00:04:28 +02:00
Mike Fährmann
e3212dd98f fix some smaller stuff
- remove support for old windows config paths
- catch exception if cache-database can't be opened
- fix username/password settings for unit tests
- rename variable 'max_tries' to 'retries'
2017-03-27 14:30:32 +02:00
Mike Fährmann
4f123b8513 code adjustments according to pep8 2017-01-30 19:40:15 +01:00
Mike Fährmann
989820d719 workaround for python 3.6s behaviour with BEGIN EXCLUSIVE in sqlite 2017-01-11 00:34:32 +01:00
Mike Fährmann
1e0cf8ddcc implement a method to manually invalidate cached values 2016-11-22 17:57:41 +01:00
Mike Fährmann
e12862520d expand path for cache database 2016-09-23 08:23:04 +02:00
Mike Fährmann
b0c333b799 rewrite cache module 2016-04-20 08:40:41 +02:00
Mike Fährmann
738c65d54f add 'keyarg' argument to cache-decorator 2016-03-06 16:05:59 +01:00
Mike Fährmann
b8c6937d39 first draft for a cache-module 2016-03-05 17:49:18 +01:00