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

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -