|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CachingLoader
The CachingLoader interface provides the base model for any database object
loader defined within the persistence framework that wishes to use cacheing.
| Method Summary | |
|---|---|
java.lang.String |
getCacheFileName()
Returns the name of the file used to signal the loader data has been updated. |
void |
refreshCache()
Tells the loader its data has been modified externally and it should refresh. |
| Methods inherited from interface blackboard.persist.Loader |
|---|
getAppVersion, init |
| Method Detail |
|---|
void refreshCache()
throws PersistenceException
PersistenceExceptionjava.lang.String getCacheFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||