Table db cache

From Zen Cart(tm) Wiki

Revision as of 12:45, 8 September 2006 by Allcanadiansearch.ca (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Database Version

1.3.5


Description

Stores cached database queries if caching is set to store cache results in the database instead of on the filesystem.


Table Details

Primary Key

cache_entry_name

Indexed Fields

None.


Columns

cache_entry_name Primary Key

The cache-entry name determined by the code, based on either a random hash or a session-id.
Type: varchar(64)
Null: No
Default:


cache_data

A serialized collection of the actual data that is cached.
Type: blob
Null: Yes
Default: NULL
Attributes: BINARY


cache_entry_created

The date the cache entry was created.
Type: int(15)
Null: Yes
Default: NULL


Default Entries

None.
Personal tools