The variable __cached__ seems to be automatically initialized in any module.
__cached__
On any arbitrary module:
print(__cached__) # None __cached__