I added
'cache'=>array(
'class'=>'system.caching.CFileCache',
),
I’m caching schema of my db, and I see there is no queries to retrive schema, but I can’t find where the cache saved to
I added
'cache'=>array(
'class'=>'system.caching.CFileCache',
),
I’m caching schema of my db, and I see there is no queries to retrive schema, but I can’t find where the cache saved to