List cakephp cache keys by prefix -


sometimes need write temporary keys using ids.

for example: cache::write('tsi_' . $tid, 1, '5m');

is there way retrieve keys prefix (looking tsi_xxxx) ?

using cakephp 2.5.3

directly cakephp can not it. possibility of getting keys cache may realized in cache engine( memcahed may memcached::getallkeys ()).


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -