@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Template.NoCache
Notify framework not to cache template for this handler method.
If developer can change template path in the logic of handler method, caching template could cause trouble (i.e. it uses the template of first run). In this case developer must annotate the handler method with @Template.NoCache
annotation
Copyright © 2014–2017 ActFramework. All rights reserved.