public interface ICacheConnection
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the cache / cache connection.
|
void |
destroyCaches(String namespace,
long timestamp)
Destroy the cache(s) associated with that namespace.
|
IDescribeCache |
getDescribeCache(String namespace,
long timestamp)
Return a view of a maintained DESCRIBE cache.
|
void |
init()
Initialize the cache / cache connection.
|
void init()
void close()
void destroyCaches(String namespace, long timestamp)
namespace
- The KB namespace.IDescribeCache getDescribeCache(String namespace, long timestamp)
namespace
- The KB namespace.timestamp
- The timestamp of the view.null
if no cache is available for that KB.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.