Short answer: Instance Method
Instance methods are ideal if you need to maintain some state, with instance methods, each request has its own instance of the class, avoiding conflicts.