File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 * Allow you to get the "expire after" time of an item. If ` $time ` is a DateInterval you also set it.
2121* onCacheWriteFileOnDisk
2222 * Allow you to get notified when a file is written on disk.
23+ * onCacheGetItemInSlamBatch
24+ * Allow you to get notified each time a batch loop is looping
2325
2426This is an exhaustive list and it will be updated as soon as new events will be added to the Core.
2527More details on the
26- [ WIKI] ( https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%5D-Introducing-to-events ) .
28+ [ WIKI] ( https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96% 5D-Introducing-to-events ) .
Original file line number Diff line number Diff line change 2727 * @method Void onCacheCommitItem() onCacheCommitItem(Callable $callable)
2828 * @method Void onCacheClearItem() onCacheClearItem(Callable $callable)
2929 * @method Void onCacheWriteFileOnDisk() onCacheWriteFileOnDisk(Callable $callable)
30+ * @method Void onCacheGetItemInSlamBatch() onCacheGetItemInSlamBatch(Callable $callable)
3031 *
3132 * == Item Events ==
3233 * @method Void onCacheItemSet() onCacheItemSet(Callable $callable)
You can’t perform that action at this time.
0 commit comments