Exemplo n.º 1
0
 def get_shared_command(self):
     return cache.get_cache(self.share_code)
Exemplo n.º 2
0
    def apps(self):
        if not cache.is_cached(self.cache_key):
            cache.set_cache(self.cache_key, self.resolve_apps())

        return cache.get_cache(self.cache_key)