biz.hammurapi.cache
Interface AppendableProducer

All Superinterfaces:
Producer

public interface AppendableProducer
extends Producer

Producer which supports addition of values and returns keys corresponding to the values.

Author:
Pavel Vlasov

Method Summary
 java.lang.Object add(java.lang.Object value)
          Adds value to producer.
 
Methods inherited from interface biz.hammurapi.cache.Producer
addCache, get, keySet
 

Method Detail

add

java.lang.Object add(java.lang.Object value)
Adds value to producer.

Parameters:
value -
Returns:
key for the value.


Copyright © 2003 Hammurapi Group. All Rights Reserved.