Skip to main content

NameDescription
ec_fc_caches_findFind a cache with the provided name
ec_fc_caches_purgePurge all caches
ec_fc_createReturns a new cache with maximum number of entries and a default expiration time
ec_fc_delrefDestroy cache if destruction has been deferred
ec_fc_destroyDestroys the cache is no references exist to it
ec_fc_entry_addrefAdd a reference to an entry
ec_fc_entry_delrefDelete a reference from an entry, if no references exist then also call the destructor routine
ec_fc_entry_resetReset an entry to a known state
ec_fc_initInitializes the faster-cache subsystem
ec_fc_invalidateRemove an entry from the cache and delete the cache reference
ec_fc_invalidate_keyRemove an entry from the cache with the associated key and key length
ec_fc_loadLoad an entry from the cache with the provided key and key_length
ec_fc_purgeQuickly purge all items from the cache
ec_fc_purge2Quickly purge all items from the cache
ec_fc_purge_timePurge the cache's LRU and expired entries (relative to tv->tv_sec)
ec_fc_set_capacitySets a new capacity for a given cache
ec_fc_set_expireSets a new expiration time for a given cache
ec_fc_statReturn statistics for given cache
ec_fc_storeStore entry in the cache with the provided key and key length
ec_fc_store_expireStore entry in the cache with the provided key, key length and expiration time
Was this page helpful?