BaseCache#

class gafaelfawr.cache.BaseCache#

Bases: object

Base class for caches managed by a cache dependency.

Methods Summary

clear()

Invalidate the cache.

Methods Documentation

abstract async clear()#

Invalidate the cache.

Used primarily for testing.

Return type:

None