Uses of Class
org.egothor.cache.CachedIListItem

Packages that use CachedIListItem
org.egothor.cache Provides classes that help implementing a cache for the egothor project. 
 

Uses of CachedIListItem in org.egothor.cache
 

Methods in org.egothor.cache that return CachedIListItem
 CachedIListItem CachedIListPage.getIListItem(int id)
          Gets an item on the requested position.
 

Methods in org.egothor.cache with parameters of type CachedIListItem
 boolean CachedIListPage.addCachedIListItem(CachedIListItem item)
          Adds a new item to the page.