public class CacheConnectionFactory extends Object
ICacheConnection
.Constructor and Description |
---|
CacheConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
static ICacheConnection |
getCacheConnection(QueryEngine queryEngine)
Singleton factory.
|
static int |
getCacheCount()
Return the #of live
ICacheConnection instances. |
static ICacheConnection |
getExistingCacheConnection(QueryEngine queryEngine)
Singleton factory test (does not create the cache).
|
public static ICacheConnection getExistingCacheConnection(QueryEngine queryEngine)
queryEngine
- The QueryEngine
.public static ICacheConnection getCacheConnection(QueryEngine queryEngine)
queryEngine
- The QueryEngine
.ICacheConnection
.public static int getCacheCount()
ICacheConnection
instances.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.