|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheableService
An interface implemented by services that may be cached for a period of time
by the client browser. If a service desires to be cacheable for the entire
browser session, it should always return a constant value from its
getVersion()
method.
Method Summary | |
---|---|
int |
getVersion()
Returns the version of the service to be retrieved. |
Methods inherited from interface nextapp.echoservlet.Service |
---|
getId, service |
Method Detail |
---|
int getVersion()
getVersion()
should return distinct values whenever the
service's content may have changed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |