Java org.apache.wicket.markup MarkupCache fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup MarkupCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup MarkupCache.

The text is from its open source code.

Subclass

org.apache.wicket.markup.MarkupCache has subclasses.
Click this link to see all its subclasses.

Method

IMarkupCacheget()
A convenient helper to get the markup cache registered with the application.
ICachegetMarkupCache()
Get a unmodifiable map which contains the cached data.
IMarkupFragmentremoveMarkup(final String cacheKey)
Note that this method will be called from a "cleanup" thread which might not have a thread local application.