You.i Engine
YiAssetCacheStrategy.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_ASSET_CACHE_STRATEGY_H_
3 #define _YI_ASSET_CACHE_STRATEGY_H_
4 
5 #include <asset/YiAsset.h>
6 
19 {
20 public:
23 
27  virtual void Execute(const std::list<std::shared_ptr<CYIAsset>> &cache) = 0;
28 };
29 
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