Cache Tables
There are three types of kernel cache tables:
capamsc141
There are three types of kernel cache tables:
- F cacheThe file cache table caches the results of previous authorization requests.When an identical authorization request is made,Privileged Access Manageranswers the request with the last response that is stored in the file cache table.The file cache tables is cleaned every 30 minutes and whenever a record changes in the following classes: CALENDAR, CONTAINER, FILE, GFILE, GROUP, HOLIDAY, PROGRAM, SECLABEL, SECLEVEL, SHIFT, and USER.
- InoCachThe inode cache table caches resolved inode numbers.WhenPrivileged Access Managerneeds to resolve an inode number to a file name, it checks the InoCach table before it checks the file system.
- NetwDCMThe network cache table stores accepted, incoming TCP requests.WhenPrivileged Access Managerreceives an incoming TCP request that is identical to a request in the network cache,Privileged Access Managerautomatically permits the request.
You can use the secons utility to display, clean, enable, and disable kernel cache tables.