Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Public Member Functions | |
find_all () | |
Finds all of the keys being used by the cache store. | |
find_by_prefix ($prefix) | |
Finds all of the keys whose keys start with the given prefix. | |
core_cache\searchable_cache_interface::find_all | ( | ) |
Finds all of the keys being used by the cache store.
array. |
Implemented in cachestore_file, cachestore_redis, and cachestore_session.
core_cache\searchable_cache_interface::find_by_prefix | ( | $prefix | ) |
Finds all of the keys whose keys start with the given prefix.
string | $prefix |
Implemented in cachestore_file, cachestore_redis, and cachestore_session.