====== JCacheStorageApc ====== {#JAPI Joomla.Framework Cache JCacheStorageApc #} APC cache storage handler ===== Methods ===== ^ Method ^ Description ^ | [[JCacheStorageApc-__construct|{{references:Method.png?nolink}}]] [[JCacheStorageApc-__construct|__construct]] | Constructor | | [[JCacheStorageApc-clean|{{references:Method.png?nolink}}]] [[JCacheStorageApc-clean|clean]] | Clean cache for a group given a mode.
group mode : cleans all cache in the group notgroup mode : cleans all cache not in the group
| | [[JCacheStorageApc-get|{{references:Method.png?nolink}}]] [[JCacheStorageApc-get|get]] | Get cached data from APC by id and group | | [[JCacheStorageApc-remove|{{references:Method.png?nolink}}]] [[JCacheStorageApc-remove|remove]] | Remove a cached data entry by id and group | | [[JCacheStorageApc-store|{{references:Method.png?nolink}}]] [[JCacheStorageApc-store|store]] | Store the data to APC by id and group | | [[JCacheStorageApc-test|{{references:Method.png?nolink}}]] [[JCacheStorageApc-test|test]] | Test to see if the cache storage is available. | ---- ~~DISCUSSION~~