IPB SDK's Cache Store Functions interact with IPB's cache store. These can be used for storing settings and other things with ease.
- list_cache_stores - List all cache stores.
- get_cache_store_value - Get the value of a cache store.
- set_cache_store_value - Sets the value of a cache store.
- search_cache_store - Searches the cache store.
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
cow
The IPB SDK Manual is one example of a script build with Cache Stores. Cache Stores are a nice quick easy way to store information, which would not easily be stored in topics or posts. With Cache Store functions you can also modify various IPDynamic sections such as Recommended Links and Site Navigation, or the Admin Notepad.