DefaultConfCachePolicy
public interface IConfCachePolicy
Modifier and Type | Method | Description |
---|---|---|
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.
|
boolean getReturnCopies()
boolean getCacheOnCreate(ICfgObject obj)
obj
- The configuration objectboolean getTrackUpdates(ICfgObject obj)
obj
- The configuration objectboolean getRemoveOnDelete(ICfgObject obj)
obj
- The Configuration objectSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.