SoPHIE API Documentation

Cache API Documentation

Cache API

Init: $cacheApi = $api->get('sophielabs_cache');

Method: $cacheApi->__construct(...)

Parameters:

  • Sophie_Context $context

Method: $cacheApi->get(...)

Method: $cacheApi->replace(...)

Method: $cacheApi->delete(...)

Method: $cacheApi->flush(...)

Method: $cacheApi->set(...)

Method: $cacheApi->increment(...)

Method: $cacheApi->decrement(...)

Method: $cacheApi->touch(...)