mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated all Destinations caching to datamanager
This commit is contained in:
committed by
Dan Christian Bogos
parent
114e8e9504
commit
e56d86de98
@@ -75,7 +75,7 @@ func (self *SQLStorage) GetKeysForPrefix(prefix string) ([]string, error) {
|
||||
return nil, utils.ErrNotImplemented
|
||||
}
|
||||
|
||||
func (self *SQLStorage) RebuildReverseForPrefix(prefix string) error {
|
||||
func (SQLStorage) RemoveKeysForPrefix(string) error {
|
||||
return utils.ErrNotImplemented
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user