Hello!
I have to one problem with Cache::delete function.
For example create three Cache records:
Cache::write('post.page.1', 'somedata'):
Cache::write('post.page.2', 'somedata'):
Cache::write('another.data', 'foo');
Now question:
How i can delete "post.*" Cache records, without deleting
"another.data"?
If i not know, how may post.page.* has been created.
Sorry for my english :P
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---