|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConfCacheQueryEngine | |
---|---|
com.genesyslab.platform.applicationblocks.com.cache |
Uses of IConfCacheQueryEngine in com.genesyslab.platform.applicationblocks.com.cache |
---|
Classes in com.genesyslab.platform.applicationblocks.com.cache that implement IConfCacheQueryEngine | |
---|---|
class |
CompositeConfCacheQueryEngine
An implementation of the query engine interface which allows for new query interpretation modules to be added at run time. |
class |
DefaultConfCacheQueryEngine
The default query engine implementation. |
Methods in com.genesyslab.platform.applicationblocks.com.cache with parameters of type IConfCacheQueryEngine | |
---|---|
void |
CompositeConfCacheQueryEngine.register(IConfCacheQueryEngine queryEngine)
Registers a query engine module. |
void |
CompositeConfCacheQueryEngine.unregister(IConfCacheQueryEngine queryEngine)
Unregisters a query engine module. |
Constructors in com.genesyslab.platform.applicationblocks.com.cache with parameters of type IConfCacheQueryEngine | |
---|---|
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 |