how to use Cache if Memcache is disabled?

Hi,

Is it possible to use a cache if Memcache is disabled in the server configuration? Are there any other ways to cache data (for example text from a database in order to speed website) using yii?

Best regards,

Marcin

Sure. There are other caching methods. Check CApcCache, CDbCache, CEAcceleratorCache, CFileCache, CMemCache, CWinCache, CXCache, CZendDataCache.