mixed get(string $key, mixed $default = null) Retrieve an item from the cache by key. Parameters string $key mixed $default Return Value mixed
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
$this bcc(object|array|string $address, string|null $name = null) Set the recipients of the message. Parameters object|array|string $address string|null $name Return Value $this
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
string taggedItemKey(string $key) Get a fully qualified key for a tagged item. Parameters string $key Return Value string
TaggedCache class TaggedCache extends Repository (View source) Traits RetrievesMultipleKeys Macroable
Model find(mixed $key, mixed $default = null) Find a model in the collection by key. Parameters mixed $key mixed $default Return Value Model
static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection
void __construct(ApcWrapper $apc, string $prefix = '') Create a new APC store. Parameters ApcWrapper $apc string $prefix Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Page 48 of 996