net.sf.tacos.annotations
Annotation Type Cached


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Cached

Annotation used on any (non-abstract) page or component method that returns a value.

It caches the method result during the current request cycle, meaning that subsequent calls do not reevaluate the method's body.

Author:
Andreas Andreou



Copyright © 2005-2008 SourceForge.net. All Rights Reserved.