PHP 인터페이스 Cachearium\CachedObject

파일 보기 프로젝트 열기: corollarium/cachearium

공개 메소드들

메소드 설명
getCacheKey ( $atts = null ) : CacheKey Returns a cache key for this object.

메소드 상세

getCacheKey() 공개 메소드

This simplifies storage of data associated to a class. What you usually want to do here is a return new CacheKey('classname', $this->getId(), $atts);
public getCacheKey ( $atts = null ) : CacheKey
리턴 CacheKey