|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.atunes.kernel.modules.lyrics.LyricsCache
public class LyricsCache
The Class LyricsCache.
| Constructor Summary | |
|---|---|
LyricsCache()
|
|
| Method Summary | |
|---|---|
static boolean |
clearCache()
Clears the cache. |
static java.lang.String |
retrieveLyric(java.lang.String artist,
java.lang.String title)
Retrieves lyrics from cache. |
static void |
storeLyric(java.lang.String artist,
java.lang.String title,
java.lang.String lyric)
Stores lyrics in cache. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LyricsCache()
| Method Detail |
|---|
public static boolean clearCache()
public static java.lang.String retrieveLyric(java.lang.String artist,
java.lang.String title)
artist - the artisttitle - the title
public static void storeLyric(java.lang.String artist,
java.lang.String title,
java.lang.String lyric)
artist - the artisttitle - the titlelyric - the lyric
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||