Cache
A caching implementation to make the system more fluid and not always rely on SQL operations.
Available:
Redis
Fake
Methods:
Save: Caches a value passed in a key.
Recovery: Retrieves cached data from a key.
Invalidate: Deletes a specific key value set.
InvalidatePrefix: Deletes all key value sets started by the passed key.
Last updated