| | Name | Description |
| |
add |
. |
| |
delete |
. |
| |
flush |
Deletes all items in the cache, only for data cached by sqlmap cachemodel. |
| |
get |
Gets a cached object with the specified key. |
| P |
getCache |
Application cache instance. |
| P |
getKeyList |
Retreive keylist from cache or create it if it doesn't exists . |
| P |
getKeyListId |
a KeyListID for the cache model. |
| |
set |
Stores a value identified by a key into cache. |
| P |
setKeyList |
. |