org.persvr.datasource
Interface ChangeableData

All Known Implementing Classes:
LocalJsonFileSource

public interface ChangeableData

Author:
Kris Zyp

Method Summary
 boolean doesObjectNeedUpdating(java.lang.String id)
          This indicates how long an object can be accessed by id before an id request should go back to the data source for an update.
 

Method Detail

doesObjectNeedUpdating

boolean doesObjectNeedUpdating(java.lang.String id)
This indicates how long an object can be accessed by id before an id request should go back to the data source for an update.

Returns: