tp3.2中使用memcahe
common/confing.php
'DATA_CACHE_TYPE' => 'Memcache', // 資料快取型別,支援:File|Db|Apc|Memcache|Shmop|Sqlite|Xcache|Apachenote|Eaccelerator
'MEMCACHE_HOST' =>'127.0.0.1',
'MEMCACHE_PORT' =>11211,
此時就可以通過tp3.2中的s方法進行memcahe的操作了
S($key,$val,0(0為永久));