Home » Database » DB_DataObject » Bug #5770
How to disable caching for object?
Details
| Submitted | 2005-10-24 16:40 UTC |
|---|---|
| From | richtl at arscognita dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 5.1.0 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-10-24 16:40 UTC] richtl at arscognita dot com
Description:
------------
Is it possible to disable caching for an object? Debug shows that objects are always cached:
mm_Fundamentals : STATIC GET - TRY CACHE : mm_Fundamentals fname:total_thought_count
The man page for staticGet implies caching can be disabled in the configuration, but I don't seen any documentation.