Uses of Interface
anthill.storage.GenericStorage

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

Uses of GenericStorage in anthill.storage
 

Subinterfaces of GenericStorage in anthill.storage
 interface QueryStorage
          Implementation of an LRU based query storage.
 

Uses of GenericStorage in anthill.storage.impl
 

Classes in anthill.storage.impl that implement GenericStorage
 class LRUKeyStorage
          Implementation of an LRU based key storage.
 class LRUQueryStorage
          Implementation of an LRU based query storage.
 class MemoryStorage
          The MemoryStorage is a simple implementation of the generic storage which keeps resources in memory.
 

Fields in anthill.storage.impl declared as GenericStorage
protected  GenericStorage LRUKeyStorage.storage
          A generic storage.
 

Uses of GenericStorage in gnutant
 

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