https://github.com/jaliborc/libitemcache-2.0
World of Warcraft item caching simplified
https://github.com/jaliborc/libitemcache-2.0
caching library lua world-of-warcraft
Last synced: 6 months ago
JSON representation
World of Warcraft item caching simplified
- Host: GitHub
- URL: https://github.com/jaliborc/libitemcache-2.0
- Owner: Jaliborc
- Created: 2011-10-12T23:10:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T14:51:27.000Z (about 2 years ago)
- Last Synced: 2024-01-06T15:51:31.005Z (about 2 years ago)
- Topics: caching, library, lua, world-of-warcraft
- Language: Lua
- Homepage:
- Size: 569 KB
- Stars: 3
- Watchers: 5
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# LibItemCache-2.0 :floppy_disk:
LibItemCache is a library that allows you to query for inventory information of players and guilds, while keeping you abstracted from the source of the information. Internally, it checks whether the information should be queried from the server and, if not, it will search for compatible caches and request them the information.
It solves two major issues:
* Makes querying information about item possesions consistent independently of their location (inventory, void storage, etc) and their owners (players or guilds).
* Allows item databases to easly distribute their recorded information for other addons to use.
## Getting Started
* To learn how to use the library, see the [API](https://github.com/Jaliborc/LibItemCache-2.0/wiki/API).
* To learn how to expose your own cache to the library, see the [Interface Protocol](https://github.com/Jaliborc/LibItemCache-2.0/wiki/Interface-Protocol).