Uses of Interface
anthill.storage.QueryStorage

Packages that use QueryStorage
anthill.storage.impl   
gnutant This package contains a simple ant implementation. 
 

Uses of QueryStorage in anthill.storage.impl
 

Classes in anthill.storage.impl that implement QueryStorage
 class LRUQueryStorage
          Implementation of an LRU based query storage.
 

Uses of QueryStorage in gnutant
 

Classes in gnutant that implement QueryStorage
 class UrlStorage
          Implementation of an Least Recently Used (LRU) based URL storage.