Skip to content

Commit

Permalink
Improve javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Nov 19, 2012
1 parent 978ec4c commit e03b0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
* Simple header based {@link org.atmosphere.cpr.BroadcasterCache}. The returned header is "X-Cache-Date" and
* containg the time, in milliseconds, of the last broadcasted message.
*
* By default, message will be cached for 5 minutes. You can change the value by calling {@link #setMaxCachedinMs(int)}
*
* @author Jeanfrancois Arcand
*/
public class HeaderBroadcasterCache extends AbstractBroadcasterCache {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
/**
* Simple {@link javax.servlet.http.HttpSession} based {@link org.atmosphere.cpr.BroadcasterCache}
*
* By default, message will be cached for 5 minutes. You can change the value by calling {@link #setMaxCachedinMs(int)}
*
* @author Jeanfrancois Arcand
*/
public class SessionBroadcasterCache extends AbstractBroadcasterCache {
Expand Down

0 comments on commit e03b0a1

Please sign in to comment.