Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Accessing the memcached cache_id
  • Is there a way that I can access the memcached cache_id from outside the cache.php file?
  • HarroHarro
    Accepted Answer
    You will have to extend Cache_Storage_Memcached, and make _get_key() public, or add a new public method that calls _get_key().

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion