Interface CacheSearchRow
-
- All Known Subinterfaces:
CacheDataRow
- All Known Implementing Classes:
CacheDataRowAdapter,DataRow,DataRowCacheAware,SearchRow
public interface CacheSearchRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcacheId()inthash()KeyCacheObjectkey()longlink()
-
-
-
Method Detail
-
key
KeyCacheObject key()
- Returns:
- Cache key.
-
link
long link()
- Returns:
- Link for this row.
-
hash
int hash()
- Returns:
- Key hash code.
-
cacheId
int cacheId()
- Returns:
- Cache ID or
0if cache ID is not defined.
-
-