LdapTools\Cache\StashCache::getCacheCreationTime PHP Method

getCacheCreationTime() public method

public getCacheCreationTime ( $itemType, $itemName )
    public function getCacheCreationTime($itemType, $itemName)
    {
        return $this->getCacheItem($itemType, $itemName)->getCreation();
    }