Answer the question
In order to leave comments, you need to log in
What is the best way to cache a function?
Hello to all toasters!
Straight to the point: there are, for example, N number of functions:
def main_function():
# Запрос и получение данных
def function1():
data = main_function()
def function2():
data = main_function()
def function3():
data = main_function()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question