Ejemplo n.º 1
0
    def add_cache(self):
        """ Create and attach Cache extension """
        from skylines.api.cache import cache

        cache.init_app(self)
Ejemplo n.º 2
0
 def add_cache(self):
     """ Create and attach Cache extension """
     from skylines.api.cache import cache
     cache.init_app(self)