8000 caching methods · imona/tutorial Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Mohammed Subhi edited this page Apr 1, 2016 · 1 revision

putPlatformCacheItem(String cacheID, String key, Object value)

if the cache is enabled in the platform this method will add item with key=key and value=value to the cache= cacheID and if not it will add this value to the database.

getPlatformCacheItem(String cacheID, String key) if the cache is enabled in the platform this method will get item with key=key from cache= cacheID and if not it will get this value from the database.

l

Clone this wiki locally
0