Skip to content

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

Notifications You must be signed in to change notification settings

thecodingmachine/utils.cache.apc-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouf APC cache service

This package contains an implementation of Mouf's CacheInterface for the APC cache system. To learn more about the cache interface, please see the cache system documentation.

Compared to Mouf's other cache implementations, the APC cache system comes with an additional feature: a fallback meachanism.

In practice, if you do not have the APC extension installed on your computer, the APCCache class can use a fallback class. By default, the FileCache system is used (it stored cache elements in files).

About

This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages