Uses of Interface
org.apache.wicket.markup.MarkupCache.ICache
-
Packages that use MarkupCache.ICache Package Description org.apache.wicket.markup Base package for markup. -
-
Uses of MarkupCache.ICache in org.apache.wicket.markup
Classes in org.apache.wicket.markup that implement MarkupCache.ICache Modifier and Type Class Description static class
MarkupCache.DefaultCacheImplementation<K,V>
Methods in org.apache.wicket.markup that return MarkupCache.ICache Modifier and Type Method 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.
-