# -*- coding: utf-8 -*- get_cache = """SELECT cachedurl FROM texture WHERE url = ?""" delete_cache = """DELETE FROM texture WHERE url = ?"""