|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDataSource | |
ca.uhn.cache | |
ca.uhn.cache.impl |
Uses of IDataSource in ca.uhn.cache |
Subinterfaces of IDataSource in ca.uhn.cache | |
interface |
IUnstationaryDataSource
An extension of IDataSource that allows unstationary data. |
Uses of IDataSource in ca.uhn.cache.impl |
Classes in ca.uhn.cache.impl that implement IDataSource | |
class |
MethodDataSource
IDataSource implementation backed by a method invocation. |
class |
SelfCachingDataSource
An IDataSource that is an underlying IDataSource
wrapped in a read-through cache. |
Methods in ca.uhn.cache.impl that return IDataSource | |
IDataSource |
SelfCachingDataSource.getDataSource()
The underlying data source. |
Methods in ca.uhn.cache.impl with parameters of type IDataSource | |
void |
SelfCachingDataSource.setDataSource(IDataSource theDataSource)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |