View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005761 | OXID eShop (all versions) | 4.08. Cache | public | 2014-05-15 15:31 | 2014-06-27 14:32 |
Reporter | martinwegele | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.5 / 5.1.5 | ||||
Fixed in Version | 4.8.7 / 5.1.7 | ||||
Summary | 0005761: iDefaultCacheTTL is not respected | ||||
Description | In the file cache all objects have a TTL of five years, while in memcached all objects will live forever, regardless of what value you set for the config option 'iDefaultCacheTTL' if you do not explicitly set a TTL for that object when calling oxCacheBackend::set() (third parameter). This is not an issue as long as you only use the shop framework's models to manipulate data since they will always trigger the method executeDependencyEvent() which will invalidate the correct cache objects. | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||