public class SourceMapCache extends AbstractLogEnabled implements Component
Modifier and Type | Class and Description |
---|---|
static class |
SourceMapCache.SourceMapSource
The Source of a source map
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,SourceMapCache.SourceMapSource> |
_sourceMapCache |
static String |
ROLE
The avalon ROLE
|
Constructor and Description |
---|
SourceMapCache() |
Modifier and Type | Method and Description |
---|---|
Source |
get(String uri)
Get a value from the cache
|
void |
put(String uri,
String content,
Long lastModified)
Put a source map into the cache
|
getLogger, setLogger
private static Map<String,SourceMapCache.SourceMapSource> _sourceMapCache
public SourceMapCache()