| java.lang.Object com.ecyrd.jspwiki.providers.CachingAttachmentProvider
CachingAttachmentProvider | public class CachingAttachmentProvider implements WikiAttachmentProvider(Code) | | 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.
author: Janne Jalkanen since: 2.1.64. |
Field Summary | |
final public static String | DIR_EXTENSION The extension to append to directory names to denote an attachment directory. | final public static String | PROP_STORAGEDIR Property that supplies the directory used to store attachments. |
DIR_EXTENSION | final public static String DIR_EXTENSION(Code) | | The extension to append to directory names to denote an attachment directory.
|
PROP_STORAGEDIR | final public static String PROP_STORAGEDIR(Code) | | Property that supplies the directory used to store attachments.
|
getProviderInfo | public synchronized String getProviderInfo()(Code) | | |
|
|