Source code for crash.cache.vm

# -*- coding: utf-8 -*-
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:

from crash.cache import CrashCache

[docs]class CrashCacheVM(CrashCache):
[docs] def refresh(self) -> None: pass
cache = CrashCacheVM()