An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/utils.cache.session-cache

This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
https://github.com/thecodingmachine/utils.cache.session-cache

Last synced: 3 months ago
JSON representation

This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).

Awesome Lists containing this project