Package IO\Data\cache
| CacheManager | This class manages cache. It makes a two-level lazy loading:
|
| CacheService |
| CacheData | This interface represents data which are stored automatically by the cache manager. The storage mode is very powerful, it uses a two-level cache and the database. The cache manager is able to manager very well configuration values. They are stored in a map associating a value to a property |
| CacheDataNotFoundException | This exception is raised when you are asking a cache entry that doesn't exist. |