Package | Description |
---|---|
org.apache.flex.compiler.internal.caches | |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AssetTagCache.AssetTagCacheKey
Key object for
AssetTagCache . |
static class |
CSSDocumentCache.CSSDocumentCacheKey
Key object for
CSSDocumentCache . |
protected static class |
CSSDocumentCache.CSSDocumentCacheKey2
Key object for
CSSDocumentCache . |
protected static class |
FileScopeCache.FileScopeCacheKey
Key object for
FileScopeCache . |
protected static class |
SWFCache.SWFFileCacheKey
Key object for
SWFCache . |
protected static class |
SWFCache.SWFInSWCCacheKey
Key object for
SWFCache . |
Modifier and Type | Method and Description |
---|---|
static CacheStoreKeyBase |
CSSDocumentCache.createKey(ISWC swc,
String cssFileName)
Create a cache key for
CSSDocumentCache that references
a CSS file in a SWC. |
static CacheStoreKeyBase |
CSSDocumentCache.createKey(String cssFileName)
Create a cache key for
CSSDocumentCache that references
a CSS file on disk. |
Modifier and Type | Method and Description |
---|---|
protected ITagContainer |
SWFCache.createEntryValue(CacheStoreKeyBase key)
Get all the tags from a SWF file.
|
protected INamespaceDefinition.ILanguageNamespaceDefinition |
PackageNamespaceDefinitionCache.createEntryValue(CacheStoreKeyBase key) |
protected MXMLData |
MXMLDataCache.createEntryValue(CacheStoreKeyBase key)
Get the
MXMLData to be associated with the key. |
protected Collection<IASScope> |
FileScopeCache.createEntryValue(CacheStoreKeyBase key)
Get the
ASFileScope s associated with the key. |
protected ICSSDocument |
CSSDocumentCache.createEntryValue(CacheStoreKeyBase key) |
protected abstract T |
ConcurrentCacheStoreBase.createEntryValue(CacheStoreKeyBase key)
Concrete class must implement this method to create a cache value object.
|
protected AssetTagCache.AssetTagCacheValue |
AssetTagCache.createEntryValue(CacheStoreKeyBase key)
Asset tags are associated with definitions by entries in
SymbolClassTag . |
T |
ConcurrentCacheStoreBase.get(CacheStoreKeyBase key)
Get a value from the cache store.
|
T |
ConcurrentCacheStoreBase.remove(CacheStoreKeyBase key)
Remove a value from the cache
|
Modifier and Type | Class and Description |
---|---|
static class |
SWCManager.SWCCacheKey
Key class for SWC cache.
|
Modifier and Type | Method and Description |
---|---|
protected ISWC |
SWCManager.createEntryValue(CacheStoreKeyBase key) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.