Version 1.2.1: fixes for GUI, new buttons
[fanfix.git] / src / be / nikiroo / fanfix / reader / LocalReader.java
index 6a66c199df79c4b6e48a4d189ecb7670e70c5175..b43473707796f819259df4bf320198d09e749dbd 100644 (file)
@@ -104,6 +104,15 @@ class LocalReader extends BasicReader {
                return file;
        }
 
+       /**
+        * Check if the {@link Story} denoted by this Library UID is present in the
+        * {@link LocalReader} cache.
+        * 
+        * @param luid
+        *            the Library UID
+        * 
+        * @return TRUE if it is
+        */
        public boolean isCached(String luid) {
                return lib.getInfo(luid) != null;
        }