├── CHANGELOG.md ├── CacheInterface.php ├── CacheTrait.php ├── CallbackInterface.php ├── ItemInterface.php ├── LICENSE ├── README.md ├── TagAwareCacheInterface.php └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CacheInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/CacheInterface.php -------------------------------------------------------------------------------- /CacheTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/CacheTrait.php -------------------------------------------------------------------------------- /CallbackInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/CallbackInterface.php -------------------------------------------------------------------------------- /ItemInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/ItemInterface.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/README.md -------------------------------------------------------------------------------- /TagAwareCacheInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/TagAwareCacheInterface.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postnext/cache-contracts/HEAD/composer.json --------------------------------------------------------------------------------