biz.hammurapi.cache
Interface ProducingKey


public interface ProducingKey

Key, which knows how to produce corresponding value if it is not cached. Implementations shall also properly imlement equals() and hashCode().

Author:
Pavel

Method Summary
 Entry get()
          Produces value for the key.
 

Method Detail

get

Entry get()
Produces value for the key.

Returns:


Copyright © 2003 Hammurapi Group. All Rights Reserved.