|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfCachePolicy
The interface to be implemented when defining a cache policy.
Method Summary | |
---|---|
boolean |
getCacheOnCreate(ICfgObject obj)
Determines if the passed object should be stored in the cache upon receiving notification of its creation in the configuration server. |
boolean |
getRemoveOnDelete(ICfgObject obj)
Determines if the passed object should be deleted from the cache if it is deleted from the configuration server. |
boolean |
getReturnCopies()
Specifies whether the cache should return copies of stored objects or the objects themselves. |
boolean |
getTrackUpdates(ICfgObject obj)
Determines if the passed object's state should be synchronized with the configuration server upon receiving an update. |
Method Detail |
---|
boolean getReturnCopies()
boolean getCacheOnCreate(ICfgObject obj)
obj
- The configuration object
boolean getTrackUpdates(ICfgObject obj)
obj
- The configuration object
boolean getRemoveOnDelete(ICfgObject obj)
obj
- The Configuration object
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |