| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BasicCacheLoader<K,V>
BasicCacheLoader extends the CacheLoader
 and adds iterator functionality
| Method Summary | |
|---|---|
 DataIterator<Map.Entry<K,V>> | 
entries()
 Creates and returns an iterator over all the entries in data source. | 
| Methods inherited from interface com.j_spaces.javax.cache.CacheLoader | 
|---|
load, loadAll | 
| Method Detail | 
|---|
DataIterator<Map.Entry<K,V>> entries()
                                     throws DataSourceException
 Creates and returns an iterator over all the entries in data source.
 Invoked on values() method 
 
DataIterator or null if no data should be loaded into space
DataSourceException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||