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.
 

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