| Package | Description |
|---|---|
| org.apache.wicket.markup |
Base package for markup.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkupCache.DefaultCacheImplementation<K,V> |
| Modifier and Type | Method and Description |
|---|---|
MarkupCache.ICache<String,Markup> |
MarkupCache.getMarkupCache()
Get a unmodifiable map which contains the cached data.
|
protected <K,V> MarkupCache.ICache<K,V> |
MarkupCache.newCacheImplementation()
Allows you to change the map implementation which will hold the cache data.
|
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.