Class CachingAttachmentProvider

java.lang.Object
org.apache.wiki.providers.CachingAttachmentProvider
All Implemented Interfaces:
AttachmentProvider, WikiProvider

public class CachingAttachmentProvider
extends Object
implements AttachmentProvider
Provides a caching attachment provider. This class rests on top of a real provider class and provides a cache to speed things up. Only the Attachment objects are cached; the actual attachment contents are fetched always from the provider.
Since:
2.1.64.