2 #ifndef _YI_ASSET_CACHE_STRATEGY_H_ 3 #define _YI_ASSET_CACHE_STRATEGY_H_ 27 virtual void Execute(
const std::list<std::shared_ptr<CYIAsset>> &cache) = 0;
32 #endif // _YI_ASSET_CACHE_STRATEGY_H_ CYIAssetCacheStrategy()
Definition: YiAssetCacheStrategy.h:21
virtual void Execute(const std::list< std::shared_ptr< CYIAsset >> &cache)=0
Base class for an asset caching strategy. Specializations of this class could apply one of more algor...
Definition: YiAssetCacheStrategy.h:18
virtual ~CYIAssetCacheStrategy()
Definition: YiAssetCacheStrategy.h:22