ca.uhn.cache.proxy
Interface IDataInspector
- public interface IDataInspector
A IDataInspector is a helper that knows about a certain result
class and is able to tell a ISemanticCache important things
about results of that class.
- Version:
- $Revision: 1.1 $ updated on $Date: 2005/01/24 22:53:24 $ by $Author: bryan_tripp $
- Author:
- Bryan Tripp
|
Method Summary |
IDataItem |
wrap(java.lang.Object theDataVaue)
Wraps a domain-specific value (a query result) with metadata that are
useful for caching. |
wrap
public IDataItem wrap(java.lang.Object theDataVaue)
- Wraps a domain-specific value (a query result) with metadata that are
useful for caching.
- Parameters:
theDataVaue - a piece of data (to be cached, in cache, etc)
- Returns:
- a
IDataItem that wraps this value with extra metadata
Copyright © 2004-2005 University Health Network. All Rights Reserved.