PHPackages                             limingxinleo/swoft-aop-cacheable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. limingxinleo/swoft-aop-cacheable

ActiveLibrary[Caching](/categories/caching)

limingxinleo/swoft-aop-cacheable
================================

Swoft 基于Aop缓存扩展

1.1.4(7y ago)71.5k1MITPHPPHP &gt;=7.0

Since Jul 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/limingxinleo/swoft-aop-cacheable)[ Packagist](https://packagist.org/packages/limingxinleo/swoft-aop-cacheable)[ RSS](/packages/limingxinleo-swoft-aop-cacheable/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (7)Used By (1)

swoft-aop-cacheable
===================

[](#swoft-aop-cacheable)

Swoft 基于Aop缓存

[![Build Status](https://camo.githubusercontent.com/43dcf9aec7924735b752b1a352611c3c5c4e566c6e6531820e237ac851d78c34/68747470733a2f2f7472617669732d63692e6f72672f6c696d696e6778696e6c656f2f73776f66742d616f702d636163686561626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/limingxinleo/swoft-aop-cacheable)

使用
--

[](#使用)

config/properties/app.php中增加对应的组件

```
'components' => [
    'custom' => [
        'Swoftx\\Aop\\Cacheable\\',
    ],
]

```

增加需要进入缓存切面的类

```
