resolve broken javadoc
This commit is contained in:
parent
68d0ff1373
commit
d5fca6ee22
|
@ -257,7 +257,7 @@ public abstract class AbstractSessionCache extends ContainerLifeCycle implements
|
||||||
/**
|
/**
|
||||||
* -1 means we never evict inactive sessions.
|
* -1 means we never evict inactive sessions.
|
||||||
* 0 means we evict a session after the last request for it exits
|
* 0 means we evict a session after the last request for it exits
|
||||||
* >0 is the number of seconds after which we evict inactive sessions from the cache
|
* >0 is the number of seconds after which we evict inactive sessions from the cache
|
||||||
*
|
*
|
||||||
* @see org.eclipse.jetty.server.session.SessionCache#setEvictionPolicy(int)
|
* @see org.eclipse.jetty.server.session.SessionCache#setEvictionPolicy(int)
|
||||||
*/
|
*/
|
||||||
|
@ -536,7 +536,7 @@ public abstract class AbstractSessionCache extends ContainerLifeCycle implements
|
||||||
* This method will first check with the object store. If it
|
* This method will first check with the object store. If it
|
||||||
* doesn't exist in the object store (might be passivated etc),
|
* doesn't exist in the object store (might be passivated etc),
|
||||||
* it will check with the data store.
|
* it will check with the data store.
|
||||||
* @throws Exception
|
* @throws Exception the Exception
|
||||||
*
|
*
|
||||||
* @see org.eclipse.jetty.server.session.SessionCache#exists(java.lang.String)
|
* @see org.eclipse.jetty.server.session.SessionCache#exists(java.lang.String)
|
||||||
*/
|
*/
|
||||||
|
@ -630,7 +630,7 @@ public abstract class AbstractSessionCache extends ContainerLifeCycle implements
|
||||||
* is enabled.
|
* is enabled.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* @param session
|
* @param session session to check
|
||||||
*/
|
*/
|
||||||
public void checkInactiveSession (Session session)
|
public void checkInactiveSession (Session session)
|
||||||
{
|
{
|
||||||
|
|
|
@ -66,7 +66,7 @@ public class DefaultSessionCacheFactory implements SessionCacheFactory
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.jetty.server.session.SessionCacheFactory#getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler)
|
* @see org.eclipse.jetty.server.session.SessionCacheFactory#getSessionCache(org.eclipse.jetty.server.session.SessionHandler)
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public SessionCache getSessionCache (SessionHandler handler)
|
public SessionCache getSessionCache (SessionHandler handler)
|
||||||
|
|
Loading…
Reference in New Issue