net.sf.ooweb.objectmapping
Annotation Type Cacheable
@Target(value={TYPE,METHOD})
@Inherited
@Retention(value=RUNTIME)
@Documented
public @interface Cacheable
Cacheable specifies if the object (and all its methods) or the specific
method have cacheable content. The value specifies how long (in s) it
can be cached for. Value of 0 means for the life of the server
- Since:
- 0.7
- Author:
- Darren Davison
Required Element Summary |
long |
value
|
value
public abstract long value
Copyright (C) 2005-2007 OOWeb Authors.