Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an internal cache system && a security upgrade #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

an internal cache system && a security upgrade #7

wants to merge 1 commit into from

Conversation

alphamarket
Copy link
Contributor

to preventing unnecessary IO i added an internal cache private static $_soft_cache = NULL; and for security reasons [which we should never encounter] i put general hash sum to cache file's content

to preventing unnecessary IO i added an internal cache `private static $_soft_cache = NULL;` and for security reasons [which we should ever encounter to this] i put general hash sum to cache file's content
$this->_saveData($dataArray);
return $this;
}
protected function _saveData(array $cacheData)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for easy access to IO write operations through class methods i came up with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant