You are here

public function TagadelicDrupalWrapper::cache_get in Tagadelic 7.2

File

./TagadelicDrupalWrapper.php, line 20

Class

TagadelicDrupalWrapper
Wrapper around Drupal Core functions.

Code

public function cache_get($cid, $bin = 'cache') {
  return cache_get($cid, $bin);
}