Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Documentation for Caching
  • Caching seems to include the ability to store caches in subfolders, as indicated by the ability to delete caches based on subfolder. But the documentation does not include instruction on how you might do that.
  • Cache uses dot-notation, like many other classes in Fuel. In case of the file driver, a cache identifier like "this.that.something" will create a cache file called "something" in the "cache/this/that" directory.

Howdy, Stranger!

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

In this Discussion