| Package | Description |
|---|---|
| org.mindswap.pellet.tableau.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSafetyAlwaysSafe
A singleton implementation of CacheSafety that always says it is safe to
reuse cached results.
|
class |
CacheSafetyDynamic
A cache safety implementation that checks the cached result and the context
in which we try to reuse it to decide if it is safe to reuse the result.
|
class |
CacheSafetyNeverSafe
A singleton implementation of CacheSafety that says it is never safe to reuse
cached results.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheSafety |
CacheSafetyFactory.createCacheSafety(Expressivity expr) |
CacheSafety |
ConceptCache.getSafety()
Returns safety checker that tells which concepts are safe to cache.
|
CacheSafety |
ConceptCacheLRU.getSafety() |
Copyright © 2019. All rights reserved.