public static class CSSDocumentCache.CSSDocumentCacheKey extends CacheStoreKeyBase
CSSDocumentCache
. It the combination of a
normalized SWC file path and the CSS file inside the SWC. If the
swcFile
is null, the cssFileName
points to a CSS disk
file.Modifier and Type | Field and Description |
---|---|
String |
cssFileName |
ISWC |
swc |
Constructor and Description |
---|
CSSDocumentCache.CSSDocumentCacheKey(ISWC swc,
String cssFileName) |
Modifier and Type | Method and Description |
---|---|
String |
generateKey()
Generate a string key based on concrete classes' fields.
|
equals, hashCode, toString
public String generateKey()
CacheStoreKeyBase
generateKey
in class CacheStoreKeyBase
Copyright © 2016 The Apache Software Foundation. All rights reserved.