|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheSafety | |
---|---|
org.mindswap.pellet.tableau.cache |
Uses of CacheSafety in org.mindswap.pellet.tableau.cache |
---|
Classes in org.mindswap.pellet.tableau.cache that implement CacheSafety | |
---|---|
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. |
Methods in org.mindswap.pellet.tableau.cache that return CacheSafety | |
---|---|
static CacheSafety |
CacheSafetyFactory.createCacheSafety(Expressivity expr)
|
CacheSafety |
ConceptCache.getSafety()
Returns safety checker that tells which concepts are safe to cache. |
CacheSafety |
ConceptCacheLRU.getSafety()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |