Class | Description |
---|---|
AssetTagCache |
A class definition might have associated assets embedded in the library as a
SWF tag.
|
AssetTagCache.AssetTagCacheKey |
Key object for
AssetTagCache . |
AssetTagCache.AssetTagCacheValue |
Value object for
AssetTagCache . |
CacheStoreKeyBase |
Key object for
ConcurrentCacheStoreBase . |
ConcurrentCacheStoreBase<T> |
A key-value pair cache store that supports concurrent access.
|
CSSDocumentCache |
Cache for
ICSSDocument at workspace level. |
CSSDocumentCache.CSSDocumentCacheKey |
Key object for
CSSDocumentCache . |
CSSDocumentCache.CSSDocumentCacheKey2 |
Key object for
CSSDocumentCache . |
FileScopeCache |
Each
<script> tag maps to a DoABC tag in the library
SWF. |
FileScopeCache.FileScopeCacheKey |
Key object for
FileScopeCache . |
MXMLDataCache |
Concurrent cache for parsed MXML models.
|
PackageNamespaceDefinitionCache | |
SWFCache |
Cache for parsed SWF models.
|
SWFCache.SWFFileCacheKey |
Key object for
SWFCache . |
SWFCache.SWFInSWCCacheKey |
Key object for
SWFCache . |
Exception | Description |
---|---|
CSSDocumentCache.ProblemParsingCSSRuntimeException |
Since
ConcurrentCacheStoreBase.get(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase) doesn't return compiler
problems, when there's problem parsing CSS file in
CSSDocumentCache.createEntryValue(org.apache.flex.compiler.internal.caches.CacheStoreKeyBase) , we have to throw a runtime exception to pass
the compiler problems to the caller of the cache store. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.