Uses of Interface
anthill.storage.GenericStorage

Packages that use GenericStorage
anthill.storage   
anthill.storage.impl   
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
jxtaimpl.storage   
 

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.
 

Uses of GenericStorage in ants.freeant
 

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

Uses of GenericStorage in jxtaimpl.storage
 

Classes in jxtaimpl.storage that implement GenericStorage
 class CmsStorage
          This class is in charge of managing the resources to be shared within the Anthill network.