|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeedCacheEntry | |
|---|---|
| org.clapper.curn | |
| Uses of FeedCacheEntry in org.clapper.curn |
|---|
| Methods in org.clapper.curn that return FeedCacheEntry | |
|---|---|
FeedCacheEntry |
FeedCache.getEntry(java.lang.String id)
Get an entry from the cache by its unique ID. |
FeedCacheEntry |
FeedCache.getEntryByURL(java.net.URL url)
Get an entry from the cache by its URL. |
FeedCacheEntry |
PersistentFeedItemData.getFeedCacheEntry()
Get the FeedCacheEntry for the item |
FeedCacheEntry |
PersistentFeedData.getFeedCacheEntry()
Get the FeedCacheEntry for the feed |
| Methods in org.clapper.curn that return types with arguments of type FeedCacheEntry | |
|---|---|
java.util.Collection<FeedCacheEntry> |
FeedCache.getAllEntries()
Get all entries in the cache, in no particular order. |
| Methods in org.clapper.curn with parameters of type FeedCacheEntry | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
PersistentDataClient.getMetadataForFeed(FeedCacheEntry feedData)
Get the metadata that is to be saved with a particular feed or channel. |
java.util.Map<java.lang.String,java.lang.String> |
AbstractPersistentDataClient.getMetadataForFeed(FeedCacheEntry feedData)
Get the metadata that is to be saved with a particular feed or channel. |
java.util.Map<java.lang.String,java.lang.String> |
PersistentDataClient.getMetadataForItem(FeedCacheEntry itemData,
FeedCacheEntry feedData)
Get the metadata that is to be saved with a particular item within a feed. |
java.util.Map<java.lang.String,java.lang.String> |
AbstractPersistentDataClient.getMetadataForItem(FeedCacheEntry itemData,
FeedCacheEntry feedData)
Get the metadata that is to be saved with a particular item within a feed. |
void |
PersistentDataClient.parseFeedMetadata(java.lang.String name,
java.lang.String value,
FeedCacheEntry feedData)
Process a data item that has been read from the metadata store and is associated with a feed (or channel). |
void |
AbstractPersistentDataClient.parseFeedMetadata(java.lang.String name,
java.lang.String value,
FeedCacheEntry feedData)
Process a data item that has been read from the metadata store and is associated with a feed (or channel). |
void |
PersistentDataClient.parseItemMetadata(java.lang.String name,
java.lang.String value,
FeedCacheEntry itemData)
Process a data item that has been read from the metadata store and is associated with a cached item. |
void |
AbstractPersistentDataClient.parseItemMetadata(java.lang.String name,
java.lang.String value,
FeedCacheEntry itemData)
Process a data item that has been read from the metadata store and is associated with a cached item. |
void |
PersistentFeedData.setFeedCacheEntry(FeedCacheEntry feedCacheEntry)
Set the FeedCacheEntry field. |
| Constructors in org.clapper.curn with parameters of type FeedCacheEntry | |
|---|---|
PersistentFeedData(FeedCacheEntry feedCacheEntry)
Creates a new instance of PersistentFeedData. |
|
PersistentFeedItemData(FeedCacheEntry feedCacheEntry)
Creates a new instance of PersistentFeedData |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||