digraph TopLevel {
label = "TopLevel"
compound = true
fontname = Arial
fontsize = 8
bgcolor = lightcyan1
node [
color = black,
fontname = Arial,
fontsize = 8
]
CacheStats [
fontcolor = black,
shape = ellipse,
URL = "classes/CacheStats.html",
color = palegoldenrod,
style = filled,
label = "CacheStats"
]
CacheManager [
fontcolor = black,
shape = ellipse,
URL = "classes/CacheManager.html",
color = palegoldenrod,
style = filled,
label = "CacheManager"
]
CacheEntry [
fontcolor = black,
shape = ellipse,
URL = "classes/CacheEntry.html",
color = palegoldenrod,
style = filled,
label = "CacheEntry"
]
}