Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Mar 13, 2013
1 parent a414a69 commit c96bdc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TECHNOTES.txt
Expand Up @@ -171,6 +171,7 @@ form of a quick-start guide to start hacking on APC.
apc_cache_header_t* header; /* cache header (stored in SHM) */
apc_cache_slot_t** slots; /* array of cache slots (stored in SHM) */
apc_sma_t* sma; /* set during creation of cache */
apc_serializer_t* serializer; /* serializer */
zend_ulong nslots; /* number of slots in cache */
zend_ulong gc_ttl; /* maximum time on GC list for a slot */
zend_ulong ttl; /* if slot is needed and entry's access time is older than this ttl, remove it */
Expand Down

0 comments on commit c96bdc7

Please sign in to comment.