Skip to content
Devin Smith edited this page Feb 3, 2016 · 2 revisions

Factory provides an in memory cache of objects with a type, key, value store system. This is enabled by default for Resource.


Use with Resource

Standalone usage

Disabling

Disable in php

$tipsy->config(['tipsy' => ['factory' => false]]);

or in a config file

tipsy:
  factory: false