com.yahoo.search
Interface CacheInfo

All Known Implementing Classes:
XmlParserCacheInfo

public interface CacheInfo

Represents the cached copy of the URL content.


Method Summary
 String getSize()
          Size of the cached result, in bytes.
 String getUrl()
          The URL of the cached result.
 

Method Detail

getUrl

String getUrl()
The URL of the cached result.

Returns:
The URL of the cached result.

getSize

String getSize()
Size of the cached result, in bytes.

NOTE: The schema for web search indicates this field is a string. Do not assume this data will be numeric as it is perfectly valid for the search to return non-numeric contents.

Returns:
Size of the cached result, in bytes.