Skip to content

Extended Codeigniter 3.x Cache drivers for delete cache by wildcard

Notifications You must be signed in to change notification settings

WitER/codeigniter-wildcard-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

codeigniter-wildcard-cache

Extended Codeigniter 3.x Cache drivers for delete cache by wildcard

  • Deleting by wildcard $this->cache->delete('my_cache_*); or $this->cache->deleteByWildCard('my_cache_'); - removed from cache all items where key beginning from my_cache_
  • Getting all keys in store $this->cache->getKeys();
  • Getting all keys in store with meta-data $this->cache->getKeysMeta();

About

Extended Codeigniter 3.x Cache drivers for delete cache by wildcard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published