[entropy.client.interfaces.loaders] add Cacher() method, returning EntropyCacher instance used by Entropy Client
This commit is contained in:
@@ -98,3 +98,10 @@ class LoadersMixin:
|
||||
Return SystemSettings instance
|
||||
"""
|
||||
return self._settings
|
||||
|
||||
def Cacher(self):
|
||||
"""
|
||||
Return EntropyCacher instance
|
||||
"""
|
||||
return self._cacher
|
||||
|
||||
|
||||
Reference in New Issue
Block a user