cache
Interfaces, Classes, Traits and Enums
- ICache
- Interface 'ICache' for caching data and pages
- CCache
- This class is used to implement an ICache-derived class. Use this class in the rest of code.
- CFileCache
- Class CFileCache implement the Cache on File in Debian the repository is on the virtual disk /dev/shm/ based on ICache
- CRedisCache
- Class CRedisCache implement the Cache on Redis based on ICache