Enable caching by default for API requests and Library Manager

This commit is contained in:
Ivan Kravets
2016-12-05 18:51:25 +02:00
parent 6de8325130
commit 08cda5e7ea
8 changed files with 87 additions and 29 deletions

View File

@@ -43,8 +43,8 @@ def in_silence(ctx=None):
def clean_cache():
with app.LocalCache() as lc:
lc.clean()
with app.ContentCache() as cc:
cc.clean()
def on_platformio_start(ctx, force, caller):