예제 #1
0
function cacheCountry(Country $countryToCache, $type){
 CacheCountry::setCacheBehavior(SessionAdmin::getCacheBehavior());
 CacheCountry::addCountry($countryToCache, $type);
}