|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfCachePolicy | |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.applicationblocks.com.cache |
Uses of IConfCachePolicy in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com with parameters of type IConfCachePolicy | |
---|---|
static IConfService |
ConfServiceFactory.createConfService(Protocol protocol,
IConfServicePolicy confServicePolicy,
IConfCachePolicy confCachePolicy)
Creates a configuration service with the specified policy information. |
Uses of IConfCachePolicy in com.genesyslab.platform.applicationblocks.com.cache |
---|
Classes in com.genesyslab.platform.applicationblocks.com.cache that implement IConfCachePolicy | |
---|---|
class |
DefaultConfCachePolicy
The default configuration cache policy. |
Methods in com.genesyslab.platform.applicationblocks.com.cache that return IConfCachePolicy | |
---|---|
IConfCachePolicy |
IConfCache.getPolicy()
Returns the current policy associated with this cache. |
IConfCachePolicy |
DefaultConfCache.getPolicy()
Returns the current policy associated with this cache. |
Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type IConfCachePolicy | |
---|---|
void |
DefaultConfCache.setPolicy(IConfCachePolicy cachePolicy)
|
Constructors in com.genesyslab.platform.applicationblocks.com.cache with parameters of type IConfCachePolicy | |
---|---|
DefaultConfCache(IConfCachePolicy cachePolicy,
IConfCacheStorage cacheStorage,
IConfCacheQueryEngine cacheQueryEngine)
Creates a new instance of the configuration cache. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |