21 #ifndef GRANTLEE_CACHINGLOADERDECORATOR_H
22 #define GRANTLEE_CACHINGLOADERDECORATOR_H
24 #include "templateloader.h"
26 #include "grantlee_core_export.h"
31 class CachingLoaderDecoratorPrivate;
68 typedef QSharedPointer<CachingLoaderDecorator>
Ptr;
81 bool canLoadTemplate(
const QString& name )
const;
83 QPair< QString, QString > getMediaUri(
const QString& fileName )
const;
100 bool isEmpty()
const;
104 CachingLoaderDecoratorPrivate *
const d_ptr;