Safe Haskell | None |
---|---|
Language | Haskell2010 |
Spark.Core.Internal.Caching
Documentation
data NodeCachingType Source #
Instances
data CachingFailure Source #
Constructors
CachingFailure | |
Fields
|
Instances
type CacheGraph v = Graph (v, NodeCachingType) StructureEdge Source #
data AutocacheGen v Source #
Constructors
AutocacheGen | |
Fields
|
checkCaching :: Show v => Graph v StructureEdge -> (v -> CacheTry NodeCachingType) -> CacheTry [CachingFailure] Source #
fillAutoCache :: Show v => (v -> CacheTry NodeCachingType) -> AutocacheGen v -> Graph v StructureEdge -> DagTry (Graph v StructureEdge) Source #