Query: atcache
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
atcache(3) AtFS Toolkit Library atcache(3)NAMEatSaveCache, atCacheKey - derived object cache handlingSYNOPSIS#include <atfs.h> #include <atfstk.h> int atSaveCache (Af_key *aso, Af_key *cachedAso, char *uniqAttribute, int storeType); char*atCacheKey (Af_key *aso);DESCRIPTIONatSaveCache adds the given busy object aso to the current derived object cache. It does this by calling af_savecache (manual page af_cache(3)). Prior to that, atSaveCache attaches a key attribute with the name __CacheKey__ to aso, by which the resulting cached object can be uniquely identified within the cache. Return values are the same as from af_savecache (manual page af_cache(3)). atCacheKey returns an attribute string consisting of the attribute name __CacheKey__ and an attribute value built of the aso modification date, the process number and a (per process unique) serial number. This attribute can (and will) be used to uniquely identify attributed software objects in derived object caches.SEE ALSOaf_cache(3) AtFStk-1.12 Fri Jun 25 16:39:33 1993 atcache(3)
Related Man Pages |
---|
af_cache(3) - debian |
atsetcomment(3) - debian |
atunlock(3) - debian |
atwritestatus(3) - debian |
atlog(3) - debian |
Similar Topics in the Unix Linux Community |
---|
GPFS pagepool , maxfilestocache and maxstatcache ? |