Modifier and Type | Class and Description |
---|---|
class |
GuavaCacheManager
A simple implementation of a cache manager using the Guava caching functionality.
|
Modifier and Type | Method and Description |
---|---|
CacheManager |
GuavaCacheManagerFactory.createCacheManager(KiWiConfiguration configuration)
Create a new cache manager instance using the KiWiConfiguration passed as argument.
|
CacheManager |
CacheManagerFactory.createCacheManager(KiWiConfiguration configuration)
Create a new cache manager instance using the KiWiConfiguration passed as argument.
|
Modifier and Type | Field and Description |
---|---|
protected CacheManager |
KiWiConnection.cacheManager |
Modifier and Type | Method and Description |
---|---|
CacheManager |
KiWiPersistence.getCacheManager() |
CacheManager |
KiWiConnection.getCacheManager()
Return the cache manager used by this connection
|
Constructor and Description |
---|
KiWiConnection(KiWiPersistence persistence,
KiWiDialect dialect,
CacheManager cacheManager) |
Constructor and Description |
---|
CacheTripleRegistry(CacheManager cacheManager) |
Constructor and Description |
---|
KiWiReasoningConnection(KiWiPersistence persistence,
KiWiDialect dialect,
CacheManager cacheManager,
org.openrdf.model.ValueFactory valueFactory) |
Constructor and Description |
---|
KiWiVersioningConnection(KiWiPersistence persistence,
KiWiDialect dialect,
CacheManager cacheManager) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.