27 #include "../../common/StringUtils.h" 
   28 #include "../../common/Translator.h" 
   29 #include "../Config.h" 
   30 #include "../Exception.h" 
std::string Convert2UCase(const std::string &value)
It converts a string to upper case. 
 
This class is used to set the main functions of a cache policy. 
 
AbstractCachePolicyFactory(const std::string &factoryKey)
Constructor. 
 
static TPRODUCT * make(const TFACTORYKEY &factoryKey)
It creates an object with the appropriated factory. 
 
This is the abstract factory for cache policy. 
 
#define TE_DEFAULT_CACHE_POLICY_TYPE
This definition is used to set the default cache policy. 
 
static AbstractCachePolicy * make()
It creates and returns default cache policy.