HDIV API 2.0.4

org.hdiv.session
Interface IStateCache

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
StateCache

public interface IStateCache
extends java.io.Serializable

Author:
Roberto Velasco

Method Summary
 java.lang.String addPage(java.lang.String pageId)
          Adds a new page identifier to the map pageIds.
 java.util.List getPageIds()
           
 

Method Detail

addPage

java.lang.String addPage(java.lang.String pageId)
Adds a new page identifier to the map pageIds.

Returns:
If the map pageIds has reached its maximun size maxSize, the oldest page identifier is deleted. Otherwise, null will be returned.

getPageIds

java.util.List getPageIds()
Returns:
the pageIds

HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.