org.nees.util.cache.burst
Interface Cache.BatchStore

Enclosing interface:
Cache

public static interface Cache.BatchStore

Implement this to provide a backing store to a cache.


Method Summary
 java.lang.Object[] get(java.lang.Object[] keys)
          Get objects from a backing store.
 

Method Detail

get

public java.lang.Object[] get(java.lang.Object[] keys)
Get objects from a backing store.

Parameters:
keys - the keys of the objects.
Returns:
each elt is either an object or null, indicating an unspecified failure retrieving the object.