Package anthill.storage

Interface Summary
GenericStorage The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryController  
QueryStorage Implementation of an LRU based query storage.
Storage Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
Trail This interface represents a container for associations (ant identifier, previous nest identifier) stored in nests.
 

Exception Summary
CapacityException Base class for the exceptions thrown by Capacity.
StorageNotFoundException StorageNotFoundException is FIXME ALB Should be a checked exception?