add cfg.cache.reset
This commit is contained in:
@ -1227,6 +1227,11 @@ class _TiramisuContextMetaConfig(_TiramisuContextGroupConfig, _TiramisuContextCo
|
||||
return Config(self._config_bag.context.pop_config(session_id=session_id))
|
||||
|
||||
|
||||
class TiramisuContextCache(TiramisuContext):
|
||||
def reset(self):
|
||||
self._config_bag.context.cfgimpl_reset_cache(None, None)
|
||||
|
||||
|
||||
class TiramisuDispatcher:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user