represents cached data for a particular page.
More...
Detailed Description
represents cached data for a particular page.
Currently only the following data is cached:
-
page title
-
all revisions
-
all authors
-
monthly statistics
- Author
- Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t
Constructor & Destructor Documentation
wikivis.data.WikiVisCachedData.WikiVisCachedData |
( |
WikiVisData |
data | ) |
|
Creates a new instance based on the given data.
- Parameters
-
Member Function Documentation
WikiVisData wikivis.data.WikiVisCachedData.restoreWikiVisData |
( |
| ) |
|
restores the cache data
- Returns
- a WikiVisData object with the cached data
Member Data Documentation
Map<String, Author> wikivis.data.WikiVisCachedData.authors |
|
private |
a map of authors with their usernames as keys
a list of per month statistics
String wikivis.data.WikiVisCachedData.pageTitle = "" |
|
private |
List<Revision> wikivis.data.WikiVisCachedData.revisions |
|
private |
a list of all revisions of the page
The documentation for this class was generated from the following file: